From: Ken Raeburn Date: Thu, 12 Oct 2006 01:18:35 +0000 (+0000) Subject: more debugging printfs for nightly testing X-Git-Tag: krb5-1.6-alpha1~73 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b6566c53d1aa9234b3789a15698bb672148db6ad;p=krb5.git more debugging printfs for nightly testing git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18689 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/gssftp/ftp/cmds.c b/src/appl/gssftp/ftp/cmds.c index 70cd2f48c..f6d41c554 100644 --- a/src/appl/gssftp/ftp/cmds.c +++ b/src/appl/gssftp/ftp/cmds.c @@ -187,18 +187,24 @@ printf("%s: at line %d\n", __FILE__, __LINE__); (void) strcpy(bytename, "8"), bytesize = 8; printf("%s: at line %d\n", __FILE__, __LINE__); if (autoauth) { +printf("%s: at line %d\n", __FILE__, __LINE__); if (do_auth() && autoencrypt) { +printf("%s: at line %d\n", __FILE__, __LINE__); clevel = PROT_P; setpbsz(1<<20); if (command("PROT P") == COMPLETE) dlevel = PROT_P; else fprintf(stderr, "ftp: couldn't enable encryption\n"); +printf("%s: at line %d\n", __FILE__, __LINE__); } +printf("%s: at line %d\n", __FILE__, __LINE__); if(auth_type && clevel == PROT_C) clevel = PROT_S; +printf("%s: at line %d\n", __FILE__, __LINE__); if(autologin) (void) login(argv[1]); +printf("%s: at line %d\n", __FILE__, __LINE__); } printf("%s: at line %d\n", __FILE__, __LINE__);