You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by go...@apache.org on 2014/11/11 21:21:17 UTC

svn commit: r1638352 - /perl/modperl/trunk/xs/maps/apache2_functions.map

Author: gozer
Date: Tue Nov 11 20:21:16 2014
New Revision: 1638352

URL: http://svn.apache.org/r1638352
Log:
Silence a -Wall warning, log.level should be an integer, not a NULL

Modified:
    perl/modperl/trunk/xs/maps/apache2_functions.map

Modified: perl/modperl/trunk/xs/maps/apache2_functions.map
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/xs/maps/apache2_functions.map?rev=1638352&r1=1638351&r2=1638352&view=diff
==============================================================================
--- perl/modperl/trunk/xs/maps/apache2_functions.map (original)
+++ perl/modperl/trunk/xs/maps/apache2_functions.map Tue Nov 11 20:21:16 2014
@@ -182,7 +182,7 @@ MODULE=Apache2::ServerUtil   PACKAGE=Apa
           ? ($1*1000+$2)*1000+$3                                            \
           : die "Cannot get httpd version";                                 \
       } > 2003000
- mpxs_Apache2__ServerRec_loglevel | | server_rec *:s, loglevel=NULL
+ mpxs_Apache2__ServerRec_loglevel | | server_rec *:s, loglevel=0
 #_end_
 
 MODULE=Apache2::ServerUtil   PACKAGE=Apache2::ServerUtil