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 do...@locus.apache.org on 2000/01/28 05:56:11 UTC

cvs commit: modperl/src/modules/perl Apache.xs

dougm       00/01/27 20:56:11

  Modified:    src/modules/perl Apache.xs
  Log:
  initialize RETVAL
  
  Revision  Changes    Path
  1.85      +1 -0      modperl/src/modules/perl/Apache.xs
  
  Index: Apache.xs
  ===================================================================
  RCS file: /home/cvs/modperl/src/modules/perl/Apache.xs,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- Apache.xs	1999/12/30 19:22:48	1.84
  +++ Apache.xs	2000/01/28 04:56:11	1.85
  @@ -1847,6 +1847,7 @@
       server_rec *s;
   
       CODE:
  +    RETVAL = Nullsv;
       if(r && r->per_dir_config) {				   
   	c = (perl_dir_config *)get_module_config(r->per_dir_config, 
   						 &perl_module);