[xio-commit] CVS update: MODIFIED: src ...
John Bresnahan
commit at globus.org
Sat Jan 19 12:07:22 CST 2008
User: bresnaha
Date: 08/01/19 12:07:22
Modified: src globus_xio_driver.c
Log:
Revision Changes Path
1.55 +1 -1 xio/src/globus_xio_driver.c
http://viewcvs.globus.org/viewcvs.cgi/xio/src/globus_xio_driver.c.diff?r1=1.54&r2=1.55
(In the diff below, changes in quantity of whitespace are not shown.)
Index: globus_xio_driver.c
===================================================================
RCS file: /home/globdev/CVS/globus-packages/xio/src/globus_xio_driver.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- globus_xio_driver.c 19 Jan 2008 00:02:21 -0000 1.54
+++ globus_xio_driver.c 19 Jan 2008 18:07:21 -0000 1.55
@@ -2287,7 +2287,7 @@
out_cred = va_arg(ap, gss_cred_id_t *);
if(out_cred != NULL)
{
- *out_cred = globus_libc_strdup(op->user_open_cred);
+ *out_cred = op->user_open_cred;
}
tmp_ptr = va_arg(ap, char **);
if(tmp_ptr != NULL)
More information about the xio-commit
mailing list