diff options
Diffstat (limited to 'sapi/servlet/servlet.c')
| -rw-r--r-- | sapi/servlet/servlet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/servlet/servlet.c b/sapi/servlet/servlet.c index e92bb2e33c..cc2af401a0 100644 --- a/sapi/servlet/servlet.c +++ b/sapi/servlet/servlet.c @@ -387,7 +387,6 @@ JNIEXPORT void JNICALL Java_net_php_servlet_send FREESTRING(SG(request_info).request_uri); FREESTRING(SG(request_info).path_translated); FREESTRING(SG(request_info).content_type); - FREESTRING(SG(request_info).auth_user); FREESTRING(((servlet_request*)SG(server_context))->cookies); efree(SG(server_context)); SG(server_context)=0; |
