this patch removes the warning:
warning C4715: 'mpm_service_install' : not all control paths return a value
Index: service.c
===================================================================
RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/service.c,v
retrieving revision 1.32
diff -u -r1.32 service.c
--- service.c 2001/04/12 13:58:34 1.32
+++ service.c 2001/05/16 15:18:35
@@ -912,6 +912,7 @@
return (rv);
}
printf("The %s service is successfully installed.\n", mpm_display_name);
+ return APR_SUCCESS;
}
--
Ian Holsman
Performance Measurement & Analysis
415-364-8608