diff options
author | m0gg | 2006-11-24 10:54:03 +0000 |
---|---|---|
committer | m0gg | 2006-11-24 10:54:03 +0000 |
commit | 1183312d9d5248a93e28cf55e88ef0c819cc27a0 (patch) | |
tree | 1f98189b991568719ace9e6709b46b6e52674964 /examples | |
parent | 6457c46897d6e0c63476bf4ba4ca14b4844fac0d (diff) | |
download | csoap-1183312d9d5248a93e28cf55e88ef0c819cc27a0.tar.gz csoap-1183312d9d5248a93e28cf55e88ef0c819cc27a0.tar.bz2 |
Message signature with xmlsec1
Diffstat (limited to 'examples')
-rw-r--r-- | examples/csoap/simpleserver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/csoap/simpleserver.c b/examples/csoap/simpleserver.c index c67d0e5..9a814ea 100644 --- a/examples/csoap/simpleserver.c +++ b/examples/csoap/simpleserver.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: simpleserver.c,v 1.22 2006/11/23 15:27:33 m0gg Exp $ + * $Id: simpleserver.c,v 1.23 2006/11/24 10:54:03 m0gg Exp $ * * CSOAP Project: CSOAP examples project * Copyright (C) 2003-2004 Ferhat Ayaz @@ -77,7 +77,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) { |