Remove abort() call that accidentily sneaked into commit dd1b69e.

This commit is contained in:
Guus Sliepen 2012-10-01 10:39:15 +02:00
parent 0b0949e5bb
commit 3887e6dcb5

View file

@ -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);