summaryrefslogtreecommitdiffstats
path: root/loader2
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-05-11 16:54:35 +0000
committerChris Lumens <clumens@redhat.com>2006-05-11 16:54:35 +0000
commit0e8068305ceed01b3ff9ff59324bed568a32ccae (patch)
tree442152835d62aeaea820c3ff3a76145d933f06c8 /loader2
parent8b590fb9250ff6d780fde1e4056f3e182cf0e70c (diff)
downloadanaconda-0e8068305ceed01b3ff9ff59324bed568a32ccae.tar.gz
anaconda-0e8068305ceed01b3ff9ff59324bed568a32ccae.tar.xz
anaconda-0e8068305ceed01b3ff9ff59324bed568a32ccae.zip
Fix traceback on accessing the cmdline dict.
Diffstat (limited to 'loader2')
-rw-r--r--loader2/ftp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader2/ftp.h b/loader2/ftp.h
index efd6fe2e5..d68d29326 100644
--- a/loader2/ftp.h
+++ b/loader2/ftp.h
@@ -16,6 +16,8 @@ const char * ftpStrerror(int ftpErrno, urlprotocol protocol);
#define FTPERR_FAILED_DATA_CONNECT -9
#define FTPERR_FILE_NOT_FOUND -10
#define FTPERR_TOO_MANY_CONNECTIONS -11
+#define FTPERR_BAD_URL -12
+#define FTPERR_TOO_MANY_REDIRECTS -13
#define FTPERR_UNKNOWN -100
int ftpOpen(char * host, char * name, char * password, char * proxy, int port);