From 6579b9cebeffc00031f59d2ed5c2476b4dfb87dc Mon Sep 17 00:00:00 2001 From: m0gg Date: Mon, 27 Nov 2006 10:52:39 +0000 Subject: Code cleanup --- libcsoap/soap-wsil.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libcsoap/soap-wsil.c') diff --git a/libcsoap/soap-wsil.c b/libcsoap/soap-wsil.c index f4960ef..3d03b37 100644 --- a/libcsoap/soap-wsil.c +++ b/libcsoap/soap-wsil.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-wsil.c,v 1.4 2006/11/25 16:35:57 m0gg Exp $ +* $Id: soap-wsil.c,v 1.5 2006/11/27 10:52:39 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -54,8 +54,8 @@ _soap_wsil_list_routers(httpd_conn_t *conn) for (node=soap_server_get_routers(); node; node=node->next) { http_output_stream_write_string(conn->out, - "" - "" + "out, soap_transport_get_name()); http_output_stream_write_string(conn->out, node->context); @@ -75,7 +75,7 @@ _soap_wsil_list_routers(httpd_conn_t *conn) } http_output_stream_write_string(conn->out, "\" />" - ""); + ""); } return; } -- cgit v1.1-32-gdbae