diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-07-25 20:01:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:00 -0500 |
commit | 53027d0ee2dbe15beb2fce5d11a26f4ac0b08b9c (patch) | |
tree | 32e9576e6be381c7bc8071a5f319dff02b6a228f /source/smbd/sesssetup.c | |
parent | eabe796e464e5fe10d0f4cca1362985c529f5a5b (diff) | |
download | samba-53027d0ee2dbe15beb2fce5d11a26f4ac0b08b9c.tar.gz samba-53027d0ee2dbe15beb2fce5d11a26f4ac0b08b9c.tar.xz samba-53027d0ee2dbe15beb2fce5d11a26f4ac0b08b9c.zip |
r24050: Fix a typo
Diffstat (limited to 'source/smbd/sesssetup.c')
-rw-r--r-- | source/smbd/sesssetup.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/smbd/sesssetup.c b/source/smbd/sesssetup.c index eb0d7b3e12b..70819831f6f 100644 --- a/source/smbd/sesssetup.c +++ b/source/smbd/sesssetup.c @@ -1257,7 +1257,9 @@ int reply_sesssetup_and_X(connection_struct *conn, char *inbuf,char *outbuf, if (CVAL(inbuf, smb_wct) == 12 && (smb_flag2 & FLAGS2_EXTENDED_SECURITY)) { if (!global_spnego_negotiated) { - DEBUG(0,("reply_sesssetup_and_X: Rejecting attempt at SPNEGO session setup when it was not negoitiated.\n")); + DEBUG(0, ("reply_sesssetup_and_X: Rejecting attempt " + "at SPNEGO session setup when it was not " + "negotiated.\n")); return ERROR_NT(nt_status_squash(NT_STATUS_LOGON_FAILURE)); } |