Ignore:
Timestamp:
Jul 1, 2011, 8:40:10 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/server/source3/rpc_server/srv_pipe.c

    r414 r590  
    11851185
    11861186        /* 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) {
    11881189                DEBUG(0,("pipe_spnego_auth_bind_negotiate: Failed to parse the security blob.\n"));
    11891190                goto err;
Note: See TracChangeset for help on using the changeset viewer.