From d95f9da3572131ceeefd245d99c795ab8bc11880 Mon Sep 17 00:00:00 2001 From: m0gg Date: Sun, 31 Dec 2006 17:24:22 +0000 Subject: Addded hooks for Web Service Management --- libcsoap/soap-service.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libcsoap/soap-service.c') diff --git a/libcsoap/soap-service.c b/libcsoap/soap-service.c index e63dd22..b731d76 100644 --- a/libcsoap/soap-service.c +++ b/libcsoap/soap-service.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-service.c,v 1.12 2006/11/25 15:06:57 m0gg Exp $ +* $Id: soap-service.c,v 1.13 2006/12/31 17:24:22 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -100,6 +100,8 @@ soap_service_new(const char *urn, const char *method, SoapServiceFunc f) } service->method = strdup(method); + service->status = CSOAP_SERVICE_UP; + return service; } -- cgit v1.1-32-gdbae