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:
8bfa554
)
Really make tinc default to any addressfamily.
author
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 25 Jun 2003 20:52:59 +0000
(20:52 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 25 Jun 2003 20:52:59 +0000
(20:52 +0000)
src/net_setup.c
patch
|
blob
|
history
diff --git
a/src/net_setup.c
b/src/net_setup.c
index 44d0c7443e885c97ffa73779a6fe3dc30938bf92..e279d3741491e403a20c54825d8cf478c80afb5d 100644
(file)
--- a/
src/net_setup.c
+++ b/
src/net_setup.c
@@
-17,7
+17,7
@@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: net_setup.c,v 1.1.2.3
1 2003/05/06 21:13:17
guus Exp $
+ $Id: net_setup.c,v 1.1.2.3
2 2003/06/25 20:52:59
guus Exp $
*/
#include "config.h"
@@
-368,8
+368,7
@@
int setup_myself(void)
return -1;
}
free(afname);
- } else
- addressfamily = AF_INET;
+ }
get_config_bool(lookup_config(config_tree, "Hostnames"), &hostnames);