Diff

Differences From Artifact [4f8feafb66]:

To Artifact [e8851d5c36]:


535
536
537
538
539
540
541

542
543
544
545
546
547
548
549
		    cmdline_error("unknown option \"%s\"", p);
		}
	    }
	}

	cmdline_run_saved(&cfg);


	if (!cfg_launchable(&cfg) && !do_config()) {
	    cleanup_exit(0);
	}

	/*
	 * Trim leading whitespace off the hostname if it's there.
	 */
	{







>
|







535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
		    cmdline_error("unknown option \"%s\"", p);
		}
	    }
	}

	cmdline_run_saved(&cfg);

	if ((!loaded_session || !cfg_launchable(&cfg)) &&
	    !do_config()) {
	    cleanup_exit(0);
	}

	/*
	 * Trim leading whitespace off the hostname if it's there.
	 */
	{