From 9a0670ad01e00ab01cfb4f308f1b124941968fa2 Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 28 Nov 2006 23:45:57 +0000 Subject: XML signature improvements --- examples/csoap/simpleclient.c | 4 ++-- examples/csoap/simpleserver.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/csoap/simpleclient.c b/examples/csoap/simpleclient.c index 10924d2..03beaae 100644 --- a/examples/csoap/simpleclient.c +++ b/examples/csoap/simpleclient.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: simpleclient.c,v 1.18 2006/11/26 20:13:05 m0gg Exp $ + * $Id: simpleclient.c,v 1.19 2006/11/28 23:45:57 m0gg Exp $ * * CSOAP Project: CSOAP examples project * Copyright (C) 2003-2004 Ferhat Ayaz @@ -42,7 +42,7 @@ main(int argc, char **argv) struct SoapCtx *ctx, *ctx2; herror_t err; - hlog_set_level(HLOG_VERBOSE); + // hlog_set_level(HLOG_VERBOSE); err = soap_client_init_args(argc, argv); if (err != H_OK) diff --git a/examples/csoap/simpleserver.c b/examples/csoap/simpleserver.c index 5803a33..676be5f 100644 --- a/examples/csoap/simpleserver.c +++ b/examples/csoap/simpleserver.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: simpleserver.c,v 1.26 2006/11/26 20:13:05 m0gg Exp $ + * $Id: simpleserver.c,v 1.27 2006/11/28 23:45:57 m0gg Exp $ * * CSOAP Project: CSOAP examples project * Copyright (C) 2003-2004 Ferhat Ayaz @@ -89,7 +89,7 @@ main(int argc, char **argv) herror_t err; struct SoapRouter *router; - hlog_set_level(HLOG_VERBOSE); + // hlog_set_level(HLOG_VERBOSE); if ((err = soap_server_init_args(argc, argv)) != H_OK) { -- cgit v1.1-32-gdbae