Ticket #47481: patch-src-client.c.diff
File patch-src-client.c.diff, 750 bytes (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
src/client.c
old new 167 167 if(!err) 168 168 client_try(c); 169 169 rst=err==1 && c->opt->option.reset; 170 #ifdef __GNUC__171 #pragma GCC diagnostic push172 #pragma GCC diagnostic ignored "-Wformat"173 #pragma GCC diagnostic ignored "-Wformat-extra-args"174 #endif /* __GNUC__ */175 170 s_log(LOG_NOTICE, 176 171 "Connection %s: %llu byte(s) sent to SSL, %llu byte(s) sent to socket", 177 172 rst ? "reset" : "closed", 178 173 (unsigned long long)c->ssl_bytes, (unsigned long long)c->sock_bytes); 179 #ifdef __GNUC__180 #pragma GCC diagnostic pop181 #endif /* __GNUC__ */182 174 183 175 /* cleanup temporary (e.g. IDENT) socket */ 184 176 if(c->fd!=INVALID_SOCKET)