From 9981ee3fd60cd843a818b63a19a49cb602d1250a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 5 Mar 2007 17:24:42 +0000 Subject: fixed segfault --- src/wsman.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/wsman.c b/src/wsman.c index 228a639..4ad810c 100644 --- a/src/wsman.c +++ b/src/wsman.c @@ -63,8 +63,6 @@ wsman_output(WsManClient *cl, WsXmlDocH doc) err = wsman_client_get_last_error(cl); if (err != WS_LASTERR_OK) { - fprintf(stderr, "HTTP transport error : %s\n", - wsman_transport_get_last_error_string(err)); return; } if (!doc) { -- cgit