diff options
Diffstat (limited to 'www/lighttpd/files/extra-patch-remoteuser')
-rw-r--r-- | www/lighttpd/files/extra-patch-remoteuser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lighttpd/files/extra-patch-remoteuser b/www/lighttpd/files/extra-patch-remoteuser index bf4a323ff0a..18bd6faf569 100644 --- a/www/lighttpd/files/extra-patch-remoteuser +++ b/www/lighttpd/files/extra-patch-remoteuser @@ -61,4 +61,4 @@ diff -urN src/response.c src/response.c + config_patch_connection(srv, con, COMP_HTTP_REMOTE_USER); /* REMOTE_USER */ /** their might be a fragment which has to be cut away */ - if (NULL != (qstr = strchr(con->request.uri->ptr, '#'))) {
\ No newline at end of file + if (NULL != (qstr = strchr(con->request.uri->ptr, '#'))) { |