mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 02:19:18 +02:00
Fix password reading
This commit is contained in:
parent
0de9a49038
commit
f229342782
|
@ -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