projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58153cc
)
Correct return value.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 1 Nov 2004 15:16:12 +0000
(15:16 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 1 Nov 2004 15:16:12 +0000
(15:16 +0000)
src/subnet.c
patch
|
blob
|
history
diff --git
a/src/subnet.c
b/src/subnet.c
index
d4e6c99
..
aca1912
100644
(file)
--- a/
src/subnet.c
+++ b/
src/subnet.c
@@
-284,7
+284,7
@@
bool net2str(char *netstr, int len, const subnet_t *subnet)
exit(0);
}
- return
netstr
;
+ return
true
;
}
/* Subnet lookup routines */