From 1183312d9d5248a93e28cf55e88ef0c819cc27a0 Mon Sep 17 00:00:00 2001 From: m0gg Date: Fri, 24 Nov 2006 10:54:03 +0000 Subject: Message signature with xmlsec1 --- nanohttp/nanohttp-server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-server.c') diff --git a/nanohttp/nanohttp-server.c b/nanohttp/nanohttp-server.c index 45b9348..f9e56fb 100644 --- a/nanohttp/nanohttp-server.c +++ b/nanohttp/nanohttp-server.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: nanohttp-server.c,v 1.65 2006/11/23 15:27:33 m0gg Exp $ +* $Id: nanohttp-server.c,v 1.66 2006/11/24 10:54:03 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -654,7 +654,7 @@ httpd_session_main(void *data) { char *conn_str; - httpd_request_print(req); + _httpd_request_print(req); conn_str = hpairnode_get_ignore_case(req->header, HEADER_CONNECTION); if (conn_str && strncasecmp(conn_str, "close", 6) == 0) -- cgit v1.1-32-gdbae