You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/11/13 05:00:05 UTC

cvs commit: httpd-apreq-2/glue/perl/xsbuilder/Apache/Cookie Apache__Cookie.h

joes        2003/11/12 20:00:05

  Modified:    glue/perl/xsbuilder/Apache/Cookie Apache__Cookie.h
  Log:
  Argh- the cookie initializer was busted in apreq_xs_cookie_set_attr also- fixed.
  
  Revision  Changes    Path
  1.17      +1 -1      httpd-apreq-2/glue/perl/xsbuilder/Apache/Cookie/Apache__Cookie.h
  
  Index: Apache__Cookie.h
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/glue/perl/xsbuilder/Apache/Cookie/Apache__Cookie.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Apache__Cookie.h	12 Nov 2003 19:29:36 -0000	1.16
  +++ Apache__Cookie.h	13 Nov 2003 04:00:05 -0000	1.17
  @@ -153,7 +153,7 @@
       if (items == 0)
           XSRETURN_UNDEF;
   
  -    c = apreq_value_to_cookie(apreq_xs_sv2(cookie,ST(0)));
  +    c = apreq_xs_sv2(cookie,ST(0));
       p = apreq_env_pool(apreq_xs_sv2env(SvRV(ST(0))));
   
       for (j = 1; j + 1 < items; j += 2) {