From: Ivo Timmermans Date: Fri, 16 Nov 2001 22:31:41 +0000 (+0000) Subject: Fixed silly typo: "np" instead of "no" X-Git-Tag: release-1.0pre5~3 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=a59bbc72317c9cd97243a9cbf49db01ff249eb1e Fixed silly typo: "np" instead of "no" --- diff --git a/src/conf.c b/src/conf.c index 1b3b3a1b..3be2e33e 100644 --- a/src/conf.c +++ b/src/conf.c @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: conf.c,v 1.9.4.50 2001/11/16 22:31:15 zarq Exp $ + $Id: conf.c,v 1.9.4.51 2001/11/16 22:31:41 zarq Exp $ */ #include "config.h" @@ -166,7 +166,7 @@ cp *result = 1; return 1; } - else if(!strcasecmp(cfg->value, "np")) + else if(!strcasecmp(cfg->value, "no")) { *result = 0; return 1;