diff options
author | Ron Yorston <rmy@pobox.com> | 2013-02-07 14:25:54 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2013-02-07 14:25:54 +0000 |
commit | b604585914e032b28bef3e337a978e56a9069cda (patch) | |
tree | b2ee0a3fb38d10397c602d0fe215ea3bbbf334c0 /networking/netstat.c | |
parent | 0eda07c7ff8cf1fc11bc1bda5383f884d7adf031 (diff) | |
parent | ba76b7a40b929878833731f76306b1c977cc8650 (diff) | |
download | busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.tar.gz busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.tar.bz2 busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'networking/netstat.c')
-rw-r--r-- | networking/netstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/netstat.c b/networking/netstat.c index 9c239579f..c0c6ba501 100644 --- a/networking/netstat.c +++ b/networking/netstat.c | |||
@@ -187,7 +187,7 @@ static void prg_cache_add(long inode, char *name) | |||
187 | for (pnp = prg_hash + hi; (pn = *pnp) != NULL; pnp = &pn->next) { | 187 | for (pnp = prg_hash + hi; (pn = *pnp) != NULL; pnp = &pn->next) { |
188 | if (pn->inode == inode) { | 188 | if (pn->inode == inode) { |
189 | /* Some warning should be appropriate here | 189 | /* Some warning should be appropriate here |
190 | as we got multiple processes for one i-node */ | 190 | * as we got multiple processes for one i-node */ |
191 | return; | 191 | return; |
192 | } | 192 | } |
193 | } | 193 | } |