r18760: Fix typos, remove unneeded code
authorVolker Lendecke <vlendec@samba.org>
Thu, 21 Sep 2006 00:30:47 +0000 (00:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:00:55 +0000 (12:00 -0500)
(This used to be commit 56ccfe98b299e1569d59ef447ac486209aa84ca0)

source3/smbd/negprot.c

index 3347008cdf8a523b0e46b39d05d7e59edb3aff04..4362bb5467121b3fcb5ce21fff5d522a251cf088 100644 (file)
@@ -33,7 +33,8 @@ static void get_challenge(char buff[8])
        NTSTATUS nt_status;
        const uint8 *cryptkey;
 
-       /* We might be called more than once, muliple negprots are premitted */
+       /* We might be called more than once, multiple negprots are
+        * permitted */
        if (negprot_global_auth_context) {
                DEBUG(3, ("get challenge: is this a secondary negprot?  negprot_global_auth_context is non-NULL!\n"));
                (negprot_global_auth_context->free)(&negprot_global_auth_context);
@@ -190,15 +191,6 @@ static int negprot_spnego(char *p, uint8 *pkeylen)
        push_ascii_nstring(dos_name, unix_name);
        safe_strcpy(guid, dos_name, sizeof(guid)-1);
 
-#ifdef DEVELOPER
-       /* valgrind fixer... */
-       {
-               size_t sl = strlen(guid);
-               if (sizeof(guid)-sl)
-                       memset(&guid[sl], '\0', sizeof(guid)-sl);
-       }
-#endif
-
        /* strangely enough, NT does not sent the single OID NTLMSSP when
           not a ADS member, it sends no OIDs at all