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:
0b0949e
)
Remove abort() call that accidentily sneaked into commit dd1b69e.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 1 Oct 2012 08:39:15 +0000
(10:39 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 1 Oct 2012 08:39:15 +0000
(10:39 +0200)
src/net_setup.c
patch
|
blob
|
history
diff --git
a/src/net_setup.c
b/src/net_setup.c
index 1c9a952d7bea3f1979c507aa477af19d20c7096f..2a67d432f5c366192f34c8d2b0ac6aa588ae18d3 100644
(file)
--- a/
src/net_setup.c
+++ b/
src/net_setup.c
@@
-586,7
+586,7
@@
static bool setup_myself(void) {
free(fname);
if(!get_config_string(lookup_config(config_tree, "Port"), &myport))
-
abort(); //
myport = xstrdup("655");
+ myport = xstrdup("655");
xasprintf(&myself->hostname, "MYSELF port %s", myport);
myself->connection->hostname = xstrdup(myself->hostname);