Remove abort() call that accidentily sneaked into commit dd1b69e.
This commit is contained in:
parent
0b0949e5bb
commit
3887e6dcb5
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ static bool setup_myself(void) {
|
||||||
free(fname);
|
free(fname);
|
||||||
|
|
||||||
if(!get_config_string(lookup_config(config_tree, "Port"), &myport))
|
if(!get_config_string(lookup_config(config_tree, "Port"), &myport))
|
||||||
abort(); //myport = xstrdup("655");
|
myport = xstrdup("655");
|
||||||
|
|
||||||
xasprintf(&myself->hostname, "MYSELF port %s", myport);
|
xasprintf(&myself->hostname, "MYSELF port %s", myport);
|
||||||
myself->connection->hostname = xstrdup(myself->hostname);
|
myself->connection->hostname = xstrdup(myself->hostname);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue