diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2021-01-10 13:20:44 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-01-14 17:03:25 +0100 |
commit | 808d93c0eca49e0b22056e23d965f0d967433fbb (patch) | |
tree | 9a906cdfec0e7f5485599c78f63198c565bd3507 /docs/contributing.txt | |
parent | 2b7c1aa92c68524559a2067609d09309d5c09adc (diff) | |
download | busybox-808d93c0eca49e0b22056e23d965f0d967433fbb.tar.gz |
update_passwd: fix context variable
Commit
https://git.busybox.net/busybox/commit/libbb/update_passwd.c?id=2496616b0a8d1c80cd1416b73a4847b59b9f969a
changed the variable used from context to seuser but forgot this
change resulting in build errors detected by buildroot autobuilders:
http://autobuild.buildroot.net/results/b89/b89b7d0f0601bb706e76cea31cf4e43326e5540c//build-end.log
libbb/update_passwd.c:51:11: error: 'context' undeclared (first use in
this function); did you mean 'ucontext'?
freecon(context);
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs/contributing.txt')
0 files changed, 0 insertions, 0 deletions