]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_pas2.c
removed all references to sprintf from several files (not all files yet)
[citadel.git] / citadel / serv_pas2.c
index 592f661998dc44265acff1f3466b721980568cf4..f1b1dbf1e8e3b57535c2b61ec14aae7ec41d00b3 100644 (file)
@@ -67,7 +67,7 @@ void cmd_pas2(char *argbuf)
                return;
        }
        
-       make_apop_string(CC->usersupp.password, CC->cs_nonce, hexstring);
+       make_apop_string(CC->usersupp.password, CC->cs_nonce, hexstring, sizeof hexstring);
        
        if (!strcmp(hexstring, pw))
        {