From b6566c53d1aa9234b3789a15698bb672148db6ad Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 12 Oct 2006 01:18:35 +0000 Subject: [PATCH] more debugging printfs for nightly testing git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18689 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/gssftp/ftp/cmds.c | 6 ++++++ 1 file changed, 6 insertions(+) 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__); -- 2.26.2