Fix up a bit of my sloppy C.
authorAndrew Bartlett <abartlet@samba.org>
Mon, 12 May 2003 01:49:03 +0000 (01:49 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 12 May 2003 01:49:03 +0000 (01:49 +0000)
(This used to be commit f67cc24acf37a9f46427c993574ecf261d7aec1a)

source3/utils/ntlm_auth.c

index cb6d05354139e82d7f4993b6dc34492a7f0fa5e1..c619936f6834d7dfc6147ba138c387fee06e4721 100644 (file)
@@ -408,11 +408,10 @@ static BOOL check_auth_crap(void)
        char *hex_lm_key;
        char *hex_nt_key;
        char *error_string;
-       
-       x_setbuf(x_stdout, NULL);
-
        static uint8 zeros[16];
 
+       x_setbuf(x_stdout, NULL);
+
        if (request_lm_key) 
                flags |= WINBIND_PAM_LMKEY;