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 2001/04/04 06:48:02 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_options.c

dougm       01/04/03 21:48:02

  Modified:    src/modules/perl modperl_options.c
  Log:
  pass the proper value to MpSrvOPT_ITHREAD_ONLY()
  
  Revision  Changes    Path
  1.6       +1 -1      modperl-2.0/src/modules/perl/modperl_options.c
  
  Index: modperl_options.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_options.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- modperl_options.c	2001/03/26 21:43:31	1.5
  +++ modperl_options.c	2001/04/04 04:48:01	1.6
  @@ -75,7 +75,7 @@
       }
   #ifndef USE_ITHREADS
       else {
  -        if (MpSrvOPT_ITHREAD_ONLY(o)) {
  +        if (MpSrvOPT_ITHREAD_ONLY(opt)) {
               return apr_pstrcat(p, "PerlOption `", str,
                                  "' requires an ithreads enabled Perl", NULL);
           }