Ignore:
Timestamp:
Nov 26, 2007, 9:24:27 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.27a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/smbd/negprot.c

    r22 r105  
    347347                        p += 8;
    348348                }
    349                 p += srvstr_push(outbuf, p, lp_workgroup(), -1,
     349                p += srvstr_push(outbuf, p, lp_workgroup(), BUFFER_SIZE - (p-outbuf),
    350350                                 STR_UNICODE|STR_TERMINATE|STR_NOALIGN);
    351351                DEBUG(3,("not using SPNEGO\n"));
Note: See TracChangeset for help on using the changeset viewer.