more debugging printfs for nightly testing
authorKen Raeburn <raeburn@mit.edu>
Thu, 12 Oct 2006 01:18:35 +0000 (01:18 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 12 Oct 2006 01:18:35 +0000 (01:18 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18689 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/gssftp/ftp/cmds.c

index 70cd2f48c40c5c5b6e88a3bf89c0072ba2c7779f..f6d41c554296a39d92d457b27f1a641272109a9d 100644 (file)
@@ -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__);