* ftp.c (do_auth): Remove debugging printf which I inadvertantly
authorEzra Peisach <epeisach@mit.edu>
Tue, 10 Oct 2000 09:02:05 +0000 (09:02 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 10 Oct 2000 09:02:05 +0000 (09:02 +0000)
        introduced.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12749 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/gssftp/ftp/ChangeLog
src/appl/gssftp/ftp/ftp.c

index 2424554f2c878103a17c5f6444e9fa1761fafcc3..196af537a2143cdfecf0ce4416c2baf40720a00a 100644 (file)
@@ -1,3 +1,8 @@
+Tue Oct 10 05:01:21 2000  Ezra Peisach  <epeisach@mit.edu>
+
+       * ftp.c (do_auth): Remove debugging printf which I inadvertantly
+       introduced.
+
 2000-08-29  Alexandra Ellwood  <lxs@mit.edu>
 
         * cmds.c, cmdtab.c, ftp_var.h: renamed getmode() and setmode()
index d5e627cf95d449ff7e9aaf52f5045f4e31e0c55c..8c0101a4738cf872798b59d0fb763b4d1bc290c4 100644 (file)
@@ -2092,7 +2092,6 @@ int do_auth()
            if (realm[0] == '\0')
                strncpy(realm, (char *) krb_realmofhost(hostname), sizeof(realm) - 1);
            realm[sizeof(realm) - 1] = '\0';
-   fprintf(stderr, "inst=%s, realm=%s, checksum %d\n", inst, realm, checksum);
            if ((kerror = krb_mk_req(&ticket, service = "ftp",
                                        inst, realm, checksum))
                && (kerror != KDC_PR_UNKNOWN ||