diff options
Diffstat (limited to 'ipsvd')
-rw-r--r-- | ipsvd/tcpudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index 98b075ff1..fc29274d2 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c @@ -45,7 +45,7 @@ struct globals { unsigned max_per_host; unsigned cur_per_host; unsigned cnum; - unsigned cmax; + unsigned cmax; }; #define G (*(struct globals*)&bb_common_bufsiz1) #define verbose (G.verbose ) |