Author: arekm                        Date: Mon Jul  7 09:03:29 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- comment fixed

---- Files affected:
SOURCES:
   mod_proctitle.c (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/mod_proctitle.c
diff -u SOURCES/mod_proctitle.c:1.2 SOURCES/mod_proctitle.c:1.3
--- SOURCES/mod_proctitle.c:1.2 Mon Jul  7 10:59:32 2008
+++ SOURCES/mod_proctitle.c     Mon Jul  7 11:03:23 2008
@@ -49,7 +49,7 @@
 }
 
 static int apache_proctitle_enter (request_rec *r) {
-       /* We only call change_hat for the main request, not subrequests */
+       /* We only change title for main request, not subrequests */
        if (r->main) 
                return OK;
        apache_setproctitle(r->server->server_hostname);
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/mod_proctitle.c?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to