From 08bf44b85193fd70c6a1d1fe195334b88bea1feb Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 5 Oct 2004 16:38:49 +0000 Subject: Don't send server NOOPs if it closed the connection. --- common/spio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/spio.c') diff --git a/common/spio.c b/common/spio.c index 4075e9a..f3247da 100644 --- a/common/spio.c +++ b/common/spio.c @@ -478,7 +478,7 @@ int spio_write_data(spctx_t* ctx, spio_t* io, const char* data) if(!spio_valid(io)) { - sp_message(ctx, LOG_ERR, "connection closed. can't write data."); + sp_message(ctx, LOG_ERR, "connection closed. can't write data"); return -1; } -- cgit v1.2.3