+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()
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 ||