diff --git a/appl/ftp/ftp/krb4.c b/appl/ftp/ftp/krb4.c index 28cb6691c..1a56150f7 100644 --- a/appl/ftp/ftp/krb4.c +++ b/appl/ftp/ftp/krb4.c @@ -449,7 +449,7 @@ int krb4_read_msg(char *s, int priv) ret = krb_rd_priv(buf, len, schedule, &key, &hisctladdr, &myctladdr, &m); else - ret = krb_rd_safe(buf, len, &key, &myctladdr, &hisctladdr, &m); + ret = krb_rd_safe(buf, len, &key, &hisctladdr, &myctladdr, &m); if(ret){ fprintf(stderr, "%s\n", krb_get_err_text(ret)); return -1;