Fix password reading

This commit is contained in:
Erik Ekman 2009-08-16 12:33:28 +00:00
parent 0de9a49038
commit f229342782
1 changed files with 1 additions and 0 deletions

View File

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