* ftp.c (getreply): Restore proper setting of safe. This variable
authorTom Yu <tlyu@mit.edu>
Fri, 7 Aug 1998 15:47:38 +0000 (15:47 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 7 Aug 1998 15:47:38 +0000 (15:47 +0000)
commitb112bf188c2fba2979896df0007cb872f75fb3ba
tree9891c33b6862aa48b6acc686b1f3c199bc127215
parent2da84eea273527e7f361196da054ae611ea256b5
* ftp.c (getreply): Restore proper setting of safe.  This variable
was previously being set to the value of code rather than to the
boolean expression (code == 631), which it had been previously.
The bug resulted in all replies from the server being parsed as
krb_safe messages even when they were krb_priv messages.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10788 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/gssftp/ftp/ChangeLog
src/appl/gssftp/ftp/ftp.c