1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-04-12 05:20:59 +00:00

Fix password reading

This commit is contained in:
Erik Ekman 2009-08-16 12:33:28 +00:00 committed by Erik Ekman
parent 27fdc23433
commit 8074696a14

View file

@ -130,6 +130,7 @@ main(int argc, char **argv)
pw = NULL; pw = NULL;
#endif #endif
username = NULL; username = NULL;
memset(password, 0, 33);
foreground = 0; foreground = 0;
newroot = NULL; newroot = NULL;
context = NULL; context = NULL;