From f3e9184a87d7024005061e1efc822e9cb1c0ff24 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 20 Aug 2002 20:33:01 +0000 Subject: [PATCH] Forgot to decrease URL_PROTO_MAX when deleting sql protocol. --- lib/url.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/url.h b/lib/url.h index 8f64dad4..44c9bc2c 100644 --- 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 } -- 2.39.2