projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6e3281
)
Oops.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 2 Aug 2003 21:34:10 +0000
(21:34 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 2 Aug 2003 21:34:10 +0000
(21:34 +0000)
src/conf.c
patch
|
blob
|
history
diff --git
a/src/conf.c
b/src/conf.c
index
8d30e0d
..
0fb18ab
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.7
1 2003/08/02 15:29:06
guus Exp $
+ $Id: conf.c,v 1.9.4.7
2 2003/08/02 21:34:10
guus Exp $
*/
#include "system.h"
@@
-363,7
+363,7
@@
int read_config_file(avl_tree_t *config_tree, const char *fname)
continue;
if(ignore) {
- if(!strncmp(
variabl
e, "-----END", 8))
+ if(!strncmp(
lin
e, "-----END", 8))
ignore = false;
continue;
}