diff options
author | Ezra Peisach <epeisach@mit.edu> | 2001-06-19 17:43:43 +0000 |
---|---|---|
committer | Ezra Peisach <epeisach@mit.edu> | 2001-06-19 17:43:43 +0000 |
commit | 8e366ad4fec486419e594db80c84b113eba499dd (patch) | |
tree | 0ed483bf9dcf05f6ab3838a23943435e3ecfc87a /src/appl/gssftp/ftpd/ChangeLog | |
parent | 652e13291a5373e14dbd3cf6e722a4555e2a7c6b (diff) | |
download | krb5-8e366ad4fec486419e594db80c84b113eba499dd.tar.gz krb5-8e366ad4fec486419e594db80c84b113eba499dd.tar.xz krb5-8e366ad4fec486419e594db80c84b113eba499dd.zip |
* ftpcmd.y: Cleanup potential ambiguity between comparsion and
pre-increment for a variable.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13388 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gssftp/ftpd/ChangeLog')
-rw-r--r-- | src/appl/gssftp/ftpd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog index 33a8a2363d..2f532cb3f3 100644 --- a/src/appl/gssftp/ftpd/ChangeLog +++ b/src/appl/gssftp/ftpd/ChangeLog @@ -1,3 +1,8 @@ +2001-06-19 Ezra Peisach <epeisach@mit.edu> + + * ftpcmd.y: Cleanup potential ambiguity between comparsion and + pre-increment for a variable. + 2001-06-15 Ezra Peisach <epeisach@mit.edu> * ftpcmd.y, ftpd.c: Cast argument to isspace()/isdigit() to int. |