[pubcookie-dev] CVS update: willey; webiso/pubcookie/src index.cgi.c,1.153,1.154

willey at washington.edu willey at washington.edu
Thu May 12 15:45:51 PDT 2005


Update of /usr/local/cvsroot/webiso/pubcookie/src
 In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv5668
 
 Modified Files:
 	index.cgi.c 
 Log Message:
 fix for setting domain
 



Index: webiso/pubcookie/src/index.cgi.c
diff -c webiso/pubcookie/src/index.cgi.c:1.153 webiso/pubcookie/src/index.cgi.c:1.154
*** webiso/pubcookie/src/index.cgi.c:1.153	Wed May 11 14:50:50 2005
--- webiso/pubcookie/src/index.cgi.c	Thu May 12 15:45:49 2005
***************
*** 18,24 ****
  /** @file index.cgi.c
   * Login server CGI
   *
!  * $Id: index.cgi.c,v 1.153 2005/05/11 21:50:50 willey Exp $
   */
  
  #ifdef WITH_FCGI
--- 18,24 ----
  /** @file index.cgi.c
   * Login server CGI
   *
!  * $Id: index.cgi.c,v 1.154 2005/05/12 22:45:49 willey Exp $
   */
  
  #ifdef WITH_FCGI
***************
*** 1064,1070 ****
      if (h) {
          buf = calloc (sizeof (char), strlen (h) + 10);  /* 9 for "domain= ;" */
          snprintf (buf, (strlen (h) + 10), "domain=%s; ", h);
!         return (h);
      } else {
          return (NULL);
      }
--- 1064,1070 ----
      if (h) {
          buf = calloc (sizeof (char), strlen (h) + 10);  /* 9 for "domain= ;" */
          snprintf (buf, (strlen (h) + 10), "domain=%s; ", h);
!         return (buf);
      } else {
          return (NULL);
      }



end of message


More information about the pubcookie-dev mailing list