don't fail on problems with creds
authorDaniel Kouřil <kouril@ics.muni.cz>
Mon, 23 Jan 2012 14:26:00 +0000 (14:26 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Mon, 23 Jan 2012 14:26:00 +0000 (14:26 +0000)
org.glite.lbjp-common.gss/examples/gss_server.c

index 960f00b..27fb1f5 100644 (file)
@@ -50,7 +50,7 @@ main(int argc, char *argv[])
     ret = edg_wll_gss_acquire_cred_gsi(NULL, NULL, &cred, &gss_ret);
     if (ret) {
        print_gss_err(ret, &gss_ret, "Failed to load credentials");
-       return 1;
+       fprintf(stderr, "continuing with default ones ...\n");
     }
 
     while (1) {