diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-24 17:53:02 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-24 17:53:02 +0000 |
commit | 5e8561125c333a2cbf20b6ce863f7507b2b18aa8 (patch) | |
tree | 58458ce5e6612a258c4a8394341a089344177cb4 /ftp/gftp/files/patch-lib::misc.c | |
parent | Fix build. (diff) |
update gftp to 2.0.15.rc1
Notes
Notes:
svn path=/head/; revision=85536
Diffstat (limited to '')
-rw-r--r-- | ftp/gftp/files/patch-lib::misc.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ftp/gftp/files/patch-lib::misc.c b/ftp/gftp/files/patch-lib::misc.c deleted file mode 100644 index fc16bc56363b..000000000000 --- a/ftp/gftp/files/patch-lib::misc.c +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/misc.c.orig Fri Dec 6 03:28:19 2002 -+++ lib/misc.c Fri Apr 25 01:51:48 2003 -@@ -881,7 +881,8 @@ - diff += rd; - tempstr[diff] = '\0'; - -- if (diff > 11 && strcmp (tempstr + diff - 10, "password: ") == 0) -+ if ( (strcmp (tempstr, "Password:") == 0) || -+ (diff > 11 && strcmp (tempstr + diff - 10, "password: ") == 0) ) - { - if (wrotepw) - { |