From: Martti Rannanjärvi Date: Tue, 20 Dec 2016 11:40:17 +0000 (+0200) Subject: stats: use o_stream_nsend in client-export X-Git-Tag: 2.3.0.rc1~2378 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=405fc7c0f97c04658ccd15202da4b2004ebc082d;p=thirdparty%2Fdovecot%2Fcore.git stats: use o_stream_nsend in client-export --- diff --git a/src/stats/client-export.c b/src/stats/client-export.c index 2f72bd6679..3b9521190b 100644 --- a/src/stats/client-export.c +++ b/src/stats/client-export.c @@ -111,7 +111,7 @@ client_export_stats_headers(struct client *client) str_append(str, stats_field_name(i)); } str_append_c(str, '\n'); - o_stream_send(client->output, str_data(str), str_len(str)); + o_stream_nsend(client->output, str_data(str), str_len(str)); } static void