summaryrefslogtreecommitdiffhomepage
path: root/cli-runopts.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2014-08-06 22:08:16 +0800
committerMatt Johnston <matt@ucc.asn.au>2014-08-06 22:08:16 +0800
commit86a742f6356a950cb351e6c7e80b733cc4efe238 (patch)
tree282ab03922021250e7ba65035994c8399980e7da /cli-runopts.c
parent628a3f5ccad5e92116934ad31d224b018dcad15f (diff)
parent9468f7f6d6119aa4567571d3b5a18494598152eb (diff)
merge
Diffstat (limited to 'cli-runopts.c')
-rw-r--r--cli-runopts.c2
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);