aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-10-19 12:53:35 +0100
committerRon Yorston <rmy@pobox.com>2015-10-19 12:53:35 +0100
commit8afe8ee83a274925340473fa4d0a984bdcbee740 (patch)
treeb78ed448cb6a55ba7d0ef8141a9f68b55b8acf11 /libbb/appletlib.c
parentcaab029609633220c417dc0aaa9025fd4b7a169c (diff)
parent3d0805e9e7c45e6c0f9fb5e587d8b4a5a5f3c74c (diff)
downloadbusybox-w32-8afe8ee83a274925340473fa4d0a984bdcbee740.tar.gz
busybox-w32-8afe8ee83a274925340473fa4d0a984bdcbee740.tar.bz2
busybox-w32-8afe8ee83a274925340473fa4d0a984bdcbee740.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r--libbb/appletlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index e75257a74..7da7cad1c 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -442,7 +442,7 @@ static void parse_config_file(void)
442 goto pe_label; 442 goto pe_label;
443 } 443 }
444 *e = ':'; /* get_uidgid needs USER:GROUP syntax */ 444 *e = ':'; /* get_uidgid needs USER:GROUP syntax */
445 if (get_uidgid(&sct->m_ugid, s, /*allow_numeric:*/ 1) == 0) { 445 if (get_uidgid(&sct->m_ugid, s) == 0) {
446 errmsg = "unknown user/group"; 446 errmsg = "unknown user/group";
447 goto pe_label; 447 goto pe_label;
448 } 448 }