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
|
||||
|
||||
/* Set default values */
|
||||
server = xmalloc(*server);
|
||||
server = xmalloc(sizeof(*server));
|
||||
server->user = "anonymous";
|
||||
server->password = "busybox@";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user