Blob Blame History Raw
Update of /cvsroot/cilogon/myproxy
In directory vz-cvs-4.sog:/tmp/cvs-serv11386

Modified Files:
	myproxy_creds.c 
Log Message:
log if myproxy_creds_retrieve() fails when it shouldn't


Index: myproxy_creds.c
===================================================================
RCS file: /cvsroot/cilogon/myproxy/myproxy_creds.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** myproxy_creds.c	30 Aug 2011 21:06:58 -0000	1.112
--- myproxy_creds.c	30 Aug 2011 23:15:17 -0000	1.113
***************
*** 1157,1160 ****
--- 1157,1165 ----
                  numcreds++;
              }
+         } else {
+             verror_put_string("failed to retrieve credentials for "
+                               "username \"%s\"", new_cred->username);
+             myproxy_log_verror(); /* internal error; should not happen */
+             verror_clear();
          }
      }