You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Gregory Nicholls <gn...@level8.com> on 2000/07/26 15:00:00 UTC

Patch for winnt MPM part 2

 Well apparently I didn't make a complete idiot of myself so here's part 2 of the fix.
It's for service.c using diff -u -d -b as suggested by another Greg.

    -------------- cut here -------------------
Index: service.c
===================================================================
RCS file: /home/cvspublic/apache-2.0/src/modules/mpm/winnt/service.c,v
retrieving revision 1.19
diff -u -d -b -r1.19 service.c
--- service.c 2000/07/25 00:58:22 1.19
+++ service.c 2000/07/26 12:50:07
@@ -657,7 +657,7 @@

     /* Take the given literal name if there is no service entry */
     display_name = ap_pstrdup(p, name);
-    return APR_NOTFOUND;
+    return APR_ENOFILE;
 }