Ignore:
Timestamp:
Jun 29, 2011, 7:36:41 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/rpc_server/srv_pipe.c

    r414 r587  
    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.