Changeset 590 for trunk/server/source3/rpc_server/srv_pipe.c
- Timestamp:
- Jul 1, 2011, 8:40:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/server/source3/rpc_server/srv_pipe.c ¶
r414 r590 1185 1185 1186 1186 /* parse out the OIDs and the first sec blob */ 1187 if (!parse_negTokenTarg(blob, OIDs, &secblob)) { 1187 if (!parse_negTokenTarg(blob, OIDs, &secblob) || 1188 OIDs[0] == NULL) { 1188 1189 DEBUG(0,("pipe_spnego_auth_bind_negotiate: Failed to parse the security blob.\n")); 1189 1190 goto err;
Note:
See TracChangeset
for help on using the changeset viewer.