From 1ace50e2a867f9a6e59dcaaa653a9fc51509f801 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sun, 20 Mar 2005 12:28:07 +0000 Subject: removed a deprecated placeholder --- src/pacman/conf.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/pacman/conf.c b/src/pacman/conf.c index bc6b214f..fa0cb323 100644 --- a/src/pacman/conf.c +++ b/src/pacman/conf.c @@ -127,7 +127,7 @@ int parseconfig(char *file) vprint("config: usesyslog\n"); } else { ERR(NL, "config: line %d: syntax error\n", linenum); - return(1); + return(1); } } else { strtrim(ptr); @@ -220,9 +220,6 @@ int parseconfig(char *file) } else if (!strcmp(key, "PROXYPORT")) { pmo_proxyport = (unsigned short)atoi(ptr); vprint("config: proxyport: %u\n", pmo_proxyport); - } else if (!strcmp(key, "INCLUDE")) { - /* ORE - TBD */ } else { ERR(NL, "config: line %d: syntax error\n", linenum); return(1); -- cgit v1.2.3-2-g168b