# HG changeset patch # User Matt Johnston # Date 1407334096 -28800 # Node ID 9e7b0810a4a2fcf0790a5e45871b3c92abc0d7d3 # Parent c4f138dae2fd16b6ce74bbe5685940b83db2f756# Parent f92394f3f3323252b0e03b74afee45e77eb4e4bc merge diff -r c4f138dae2fd -r 9e7b0810a4a2 cli-runopts.c --- a/cli-runopts.c Wed Aug 06 21:55:43 2014 +0800 +++ b/cli-runopts.c Wed Aug 06 22:08:16 2014 +0800 @@ -684,7 +684,7 @@ pw = getpwuid(uid); if (pw == NULL || pw->pw_name == NULL) { - dropbear_exit("Unknown own user"); + dropbear_log(LOG_INFO, "Warning: failed to identify current user. Trying anyway."); } cli_opts.own_user = m_strdup(pw->pw_name);