Module: sip-router Branch: master Commit: 8929a642a55a5346c9cec3ec004c25d2eb369fd1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8929a642...
Author: Timo Reimann timo.reimann@1und1.de Committer: Timo Reimann timo.reimann@1und1.de Date: Wed Aug 17 18:08:09 2011 +0200
modules_k/xcap_server: Do not define xcaps_str_appsexml for the moment as it seems unused and produces compiler warnings.
---
modules_k/xcap_server/xcap_server.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/xcap_server/xcap_server.c b/modules_k/xcap_server/xcap_server.c index 33718ed..be98fb4 100644 --- a/modules_k/xcap_server/xcap_server.c +++ b/modules_k/xcap_server/xcap_server.c @@ -415,11 +415,11 @@ static str xcaps_str_apprsxml = {"application/rls-services+xml", 28}; #if 0 static str xcaps_str_nocontent = {"No content", 10}; static str xcaps_str_appxcxml = {"application/xcap-caps+xml", 25}; +static str xcaps_str_appsexml = {"application/vnd.oma.search+xml", 30}; #endif static str xcaps_str_appapxml = {"application/auth-policy+xml", 27}; static str xcaps_str_appupxml = {"application/vnd.oma.user-profile+xml", 36}; static str xcaps_str_apppcxml = {"application/vnd.oma.pres-content+xml", 36}; -static str xcaps_str_appsexml = {"application/vnd.oma.search+xml", 30};
/**