diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-05 01:10:03 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-05 01:10:03 +0000 |
commit | 49b78fc1a8f1591fa172399b3be1dba4b7f23554 (patch) | |
tree | f34271a9e766725cb6ce59c35cc98d91ddf137ac /networking/interface.c | |
parent | a3087ca7495e33b19b122869d17defeb9c933d19 (diff) | |
download | busybox-w32-1_10_3.tar.gz busybox-w32-1_10_3.tar.bz2 busybox-w32-1_10_3.zip |
Apply post-1.10.2 fixes, bump version to 1.10.31_10_3
Diffstat (limited to 'networking/interface.c')
-rw-r--r-- | networking/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/interface.c b/networking/interface.c index 44bd8d3d9..cdd31da64 100644 --- a/networking/interface.c +++ b/networking/interface.c | |||
@@ -223,7 +223,7 @@ static char *UNSPEC_print(unsigned char *ptr) | |||
223 | char *pos; | 223 | char *pos; |
224 | unsigned int i; | 224 | unsigned int i; |
225 | 225 | ||
226 | if (!buff); | 226 | if (!buff) |
227 | buff = xmalloc(sizeof(struct sockaddr) * 3 + 1); | 227 | buff = xmalloc(sizeof(struct sockaddr) * 3 + 1); |
228 | pos = buff; | 228 | pos = buff; |
229 | for (i = 0; i < sizeof(struct sockaddr); i++) { | 229 | for (i = 0; i < sizeof(struct sockaddr); i++) { |