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...@apache.org on 2002/08/24 18:13:31 UTC

cvs commit: modperl-2.0/xs/maps modperl_functions.map

dougm       2002/08/24 09:13:31

  Modified:    xs/maps  modperl_functions.map
  Log:
  cannot assign Nullsv to apr_table_t*
  
  Revision  Changes    Path
  1.42      +1 -1      modperl-2.0/xs/maps/modperl_functions.map
  
  Index: modperl_functions.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/modperl_functions.map,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- modperl_functions.map	24 Aug 2002 16:10:52 -0000	1.41
  +++ modperl_functions.map	24 Aug 2002 16:13:31 -0000	1.42
  @@ -64,7 +64,7 @@
   
   MODULE=Apache::Connection
    mpxs_Apache__Connection_client_socket | | c, s=NULL
  - mpxs_Apache__Connection_get_remote_host | | c, type=REMOTE_NAME, dir_config=Nullsv
  + mpxs_Apache__Connection_get_remote_host | | c, type=REMOTE_NAME, dir_config=NULL
   
   
   MODULE=Apache::Filter