Blame SOURCES/mod_nss-remove-r-user-from-hook-fixup.patch

1ef406
diff -rupN mod_nss-1.0.14.orig/nss_engine_kernel.c mod_nss-1.0.14/nss_engine_kernel.c
1ef406
--- mod_nss-1.0.14.orig/nss_engine_kernel.c	2016-04-15 12:27:59.000000000 -0600
1ef406
+++ mod_nss-1.0.14/nss_engine_kernel.c	2016-06-27 13:18:09.571283114 -0600
1ef406
@@ -953,17 +953,6 @@ int nss_hook_Fixup(request_rec *r)
1ef406
     }
1ef406
 
1ef406
     /*
1ef406
-     * Set r->user if requested
1ef406
-     */
1ef406
-    if (dc->szUserName) {
1ef406
-        val = nss_var_lookup(r->pool, r->server, r->connection,
1ef406
-                             r, (char *)dc->szUserName);
1ef406
-        if (val && val[0]) {
1ef406
-            r->user = val;
1ef406
-        }
1ef406
-    }
1ef406
-
1ef406
-    /*
1ef406
      * Annotate the SSI/CGI environment with standard SSL information
1ef406
      */
1ef406
     /* the always present HTTPS (=HTTP over SSL) flag! */