mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
fix my own breakage
This commit is contained in:
parent
f7996f3b70
commit
4fa5e8b455
@ -320,7 +320,7 @@ int ftpgetput_main(int argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Set default values */
|
/* Set default values */
|
||||||
server = xmalloc(*server);
|
server = xmalloc(sizeof(*server));
|
||||||
server->user = "anonymous";
|
server->user = "anonymous";
|
||||||
server->password = "busybox@";
|
server->password = "busybox@";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user