diff options
Diffstat (limited to 'tderesources/groupwise/soap/patches/broken_namespace.diff')
-rw-r--r-- | tderesources/groupwise/soap/patches/broken_namespace.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/groupwise/soap/patches/broken_namespace.diff b/tderesources/groupwise/soap/patches/broken_namespace.diff index 46c5eee41..907287241 100644 --- a/tderesources/groupwise/soap/patches/broken_namespace.diff +++ b/tderesources/groupwise/soap/patches/broken_namespace.diff @@ -6,7 +6,7 @@ SOAP_FMAC2 -soap_match_tag(struct soap *soap, const char *tag1, const char *tag2) +soap_match_tag(struct soap *soap, const char *tag1, const char *tag2_) - { register const char *s, *t; + { const char *s, *t; - if (!tag1 || !tag2 || !*tag2) + if (!tag1 || !tag2_ || !*tag2_) return SOAP_OK; |