mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 04:56:07 +03:00
Fix password reading
This commit is contained in:
parent
27fdc23433
commit
8074696a14
@ -130,6 +130,7 @@ main(int argc, char **argv)
|
||||
pw = NULL;
|
||||
#endif
|
||||
username = NULL;
|
||||
memset(password, 0, 33);
|
||||
foreground = 0;
|
||||
newroot = NULL;
|
||||
context = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user