conf: remove unused variable

Closes #2885. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent e613d684
...@@ -2813,7 +2813,6 @@ static int idmaptool_on_path_and_privileged(const char *binary, cap_value_t cap) ...@@ -2813,7 +2813,6 @@ static int idmaptool_on_path_and_privileged(const char *binary, cap_value_t cap)
__do_free char *path = NULL; __do_free char *path = NULL;
int ret; int ret;
struct stat st; struct stat st;
int fret = 0;
errno = EINVAL; errno = EINVAL;
if (cap != CAP_SETUID && cap != CAP_SETGID) if (cap != CAP_SETUID && cap != CAP_SETGID)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment