diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-07-29 02:45:55 -0300 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-11 17:42:59 +0100 |
commit | 24847c01ef18d7b11a6b2e5edadb073c4ea046c0 (patch) | |
tree | 037ef596ce867d5af57462312e0b08a4176a8bd7 /dep/gsoap | |
parent | 9db8ae1654975ac7ce2cdbff5ff67dd340845cc2 (diff) |
Dep/gSOAP: Remove pointless diff not valid after d42c048818160e1c5334f59659eb0afbaa1c804f
(cherry picked from commit f87e65bca8d1c9ab1cec1988a3502ac47a7dcb20)
Diffstat (limited to 'dep/gsoap')
-rw-r--r-- | dep/gsoap/tc_changes.diff | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dep/gsoap/tc_changes.diff b/dep/gsoap/tc_changes.diff deleted file mode 100644 index e5c47c66b78..00000000000 --- a/dep/gsoap/tc_changes.diff +++ /dev/null @@ -1,16 +0,0 @@ -diff -r 830b8f9ed332 dep/gsoap/stdsoap2.cpp ---- a/dep/gsoap/stdsoap2.cpp Tue Dec 21 10:07:43 2010 -0500 -+++ b/dep/gsoap/stdsoap2.cpp Tue Dec 21 10:07:55 2010 -0500 -@@ -15038,10 +15038,12 @@ - } - s = soap->tmpbuf; - } -+/* - else if (status == SOAP_OK && soap->action && strlen(soap->action) < sizeof(soap->tmpbuf) - 80) - { sprintf(soap->tmpbuf, "%s; action=\"%s\"", s, soap->action); - s = soap->tmpbuf; - } -+*/ - #endif - if (s && (err = soap->fposthdr(soap, "Content-Type", s))) - return err; |