Mercurial > dropbear
changeset 960:9e7b0810a4a2
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 06 Aug 2014 22:08:16 +0800 |
parents | c4f138dae2fd (current diff) f92394f3f332 (diff) |
children | a4032b946355 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);