projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf664c0
)
Fixed silly typo: "np" instead of "no"
author
Ivo Timmermans
<ivo@lychnis.net>
Fri, 16 Nov 2001 22:31:41 +0000
(22:31 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Fri, 16 Nov 2001 22:31:41 +0000
(22:31 +0000)
src/conf.c
patch
|
blob
|
history
diff --git
a/src/conf.c
b/src/conf.c
index 1b3b3a1b234bc5a94085f2839bb5b099d39139ee..3be2e33eda1874f6bf71d1dbadbaa5c8eb16b55a 100644
(file)
--- 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.5
0 2001/11/16 22:31:15
zarq Exp $
+ $Id: conf.c,v 1.9.4.5
1 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, "n
p
"))
+ else if(!strcasecmp(cfg->value, "n
o
"))
{
*result = 0;
return 1;