diff src/conf.c @ 395:5f0829f8e6c7

Removed log_max_pri limit. It makes no sense.
author markus schnalke <meillo@marmaro.de>
date Sat, 18 Feb 2012 19:39:11 +0100
parents c8e3d1a79313
children 6f2a8113a79e
line wrap: on
line diff
--- a/src/conf.c	Sat Feb 18 19:32:40 2012 +0100
+++ b/src/conf.c	Sat Feb 18 19:39:11 2012 +0100
@@ -396,7 +396,6 @@
 	gchar lval[256], rval[2048];
 	GList *listen_addrs_tmp = NULL;
 
-	conf.log_max_pri = 7;
 	conf.do_relay = TRUE;
 	conf.localpartcmp = strcmp;
 	conf.max_defer_time = 86400 * 4;  /* 4 days */