Author: vlendec Date: 2007-07-25 20:01:03 +0000 (Wed, 25 Jul 2007) New Revision: 24050
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24050 Log: Fix a typo Modified: branches/SAMBA_3_2/source/smbd/sesssetup.c branches/SAMBA_3_2_0/source/smbd/sesssetup.c Changeset: Modified: branches/SAMBA_3_2/source/smbd/sesssetup.c =================================================================== --- branches/SAMBA_3_2/source/smbd/sesssetup.c 2007-07-25 18:53:16 UTC (rev 24049) +++ branches/SAMBA_3_2/source/smbd/sesssetup.c 2007-07-25 20:01:03 UTC (rev 24050) @@ -1257,7 +1257,9 @@ 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)); } Modified: branches/SAMBA_3_2_0/source/smbd/sesssetup.c =================================================================== --- branches/SAMBA_3_2_0/source/smbd/sesssetup.c 2007-07-25 18:53:16 UTC (rev 24049) +++ branches/SAMBA_3_2_0/source/smbd/sesssetup.c 2007-07-25 20:01:03 UTC (rev 24050) @@ -1255,7 +1255,9 @@ 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)); }
