diff options
author | Matt Johnston <matt@ucc.asn.au> | 2014-08-06 22:08:16 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2014-08-06 22:08:16 +0800 |
commit | 86a742f6356a950cb351e6c7e80b733cc4efe238 (patch) | |
tree | 282ab03922021250e7ba65035994c8399980e7da /cli-runopts.c | |
parent | 628a3f5ccad5e92116934ad31d224b018dcad15f (diff) | |
parent | 9468f7f6d6119aa4567571d3b5a18494598152eb (diff) |
merge
Diffstat (limited to 'cli-runopts.c')
-rw-r--r-- | cli-runopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-runopts.c b/cli-runopts.c index 5f36f7c..8c9bc8e 100644 --- a/cli-runopts.c +++ b/cli-runopts.c @@ -684,7 +684,7 @@ static void fill_own_user() { 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); |