projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7996f3
)
fix my own breakage
author
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 11 Jan 2007 22:39:25 +0000
(22:39 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 11 Jan 2007 22:39:25 +0000
(22:39 -0000)
networking/ftpgetput.c
patch
|
blob
|
history
diff --git
a/networking/ftpgetput.c
b/networking/ftpgetput.c
index e9ba5435a0d656dc1ecbc5127c19c1bebb10bd5f..51e230296fcbf5148899395b3f7b008e4a311821 100644
(file)
--- a/
networking/ftpgetput.c
+++ b/
networking/ftpgetput.c
@@
-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@";