]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
handle return code 335 => command() returns 3
authorKen Raeburn <raeburn@mit.edu>
Sat, 13 Dec 2003 02:38:33 +0000 (02:38 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 13 Dec 2003 02:38:33 +0000 (02:38 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/raeburn-gssapi-cfx@15900 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/gssftp/ftp/ftp.c

index 769a3cd177f313d6208d7a2121bd0b3b33d2db67..6ef4e886eba2c909b00f829b8bc44d0af6437306 100644 (file)
@@ -2063,7 +2063,7 @@ int do_auth()
                  fprintf(stderr, "Base 64 encoding failed: %s\n",
                          radix_error(kerror));
                } else if ((comcode = command("ADAT %s", out_buf))!=COMPLETE
-                          /* && comcode != 3 (335)*/) {
+                          && comcode != 3 /* (335) */) {
                    if (trial == n_gss_trials-1) {
                        fprintf(stderr, "GSSAPI ADAT failed\n");
                        /* force out of loop */