]> mj.ucw.cz Git - libucw.git/commitdiff
Forgot to decrease URL_PROTO_MAX when deleting sql protocol.
authorMartin Mares <mj@ucw.cz>
Tue, 20 Aug 2002 20:33:01 +0000 (20:33 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 20 Aug 2002 20:33:01 +0000 (20:33 +0000)
lib/url.h

index 8f64dad44e1a037be1582df5bf1f73e6af2435aa..44c9bc2ce6513247bef39d86e80a0442cead672c 100644 (file)
--- a/lib/url.h
+++ b/lib/url.h
@@ -71,7 +71,7 @@ char *url_error(uns);
 #define URL_PROTO_HTTP 1
 #define URL_PROTO_FTP 2
 #define URL_PROTO_FILE 3
-#define URL_PROTO_MAX 5
+#define URL_PROTO_MAX 4
 
 #define URL_PNAMES { "unknown", "http", "ftp", "file" }
 #define URL_DEFPORTS { ~0, 80, 21, 0 }