Don't crash when installing a service.
authorIain Patterson <me@iain.cx>
Thu, 13 Feb 2014 18:52:55 +0000 (18:52 +0000)
committerIain Patterson <me@iain.cx>
Thu, 13 Feb 2014 18:52:55 +0000 (18:52 +0000)
commitf05bb553036cf067637ca20223065a8f652df90b
treec8e9fa9cf018ec6204445ea4ff7662fd591b2336
parentdb7dde39ddc5176b67cb9f974eb5daaa5c739a2a
Don't crash when installing a service.

install_service() calls edit_service() with a null username, causing
well_known_username() to segfault.

Thanks Czenda Czendov.
account.cpp