diff options
| author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2016-01-28 14:24:19 +0100 |
|---|---|---|
| committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2016-01-28 14:24:19 +0100 |
| commit | 436ced3bd83f6b3a5b4a206538c56189837add59 (patch) | |
| tree | d7b0ea1167debb344f42879e2748b232739921f8 /print-loopback.c | |
| parent | 5e811a837e4f3d99ef2ce5264e387c4e6395d5a0 (diff) | |
| download | tcpdump-436ced3bd83f6b3a5b4a206538c56189837add59.tar.gz | |
Change istr[] (for invalid string) to be global
Diffstat (limited to 'print-loopback.c')
| -rw-r--r-- | print-loopback.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print-loopback.c b/print-loopback.c index 9e728656..2d5fca5d 100644 --- a/print-loopback.c +++ b/print-loopback.c @@ -42,7 +42,6 @@ #include "addrtoname.h" static const char tstr[] = " [|loopback]"; -static const char istr[] = " (invalid)"; #define LOOPBACK_REPLY 1 #define LOOPBACK_FWDDATA 2 |
