| 118 badpkt: |
118 badpkt: |
| 119 #ifdef Z_DEBUG |
119 #ifdef Z_DEBUG |
| 120 Z_debug ("ZParseNotice: bad packet from %s/%d (line %d)", |
120 Z_debug ("ZParseNotice: bad packet from %s/%d (line %d)", |
| 121 inet_ntoa (notice->z_uid.zuid_addr.s_addr), |
121 inet_ntoa (notice->z_uid.zuid_addr.s_addr), |
| 122 notice->z_port, lineno); |
122 notice->z_port, lineno); |
| |
123 #else |
| |
124 /* We won't use lineno anywhere else, so let's silence a warning. */ |
| |
125 (void)lineno; |
| 123 #endif |
126 #endif |
| 124 #else |
127 #else |
| 125 badpkt: |
128 badpkt: |
| 126 #ifdef Z_DEBUG |
129 #ifdef Z_DEBUG |
| 127 Z_debug ("ZParseNotice: bad packet from %s/%d", |
130 Z_debug ("ZParseNotice: bad packet from %s/%d", |