smack-util: remove unneeded initalization

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-12-16 13:22:57 +01:00
parent dae8b82eb9
commit 01b2421f1d

View file

@ -136,7 +136,7 @@ int mac_smack_apply_pid(pid_t pid, const char *label) {
int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs) {
struct stat st;
int r = 0;
int r;
assert(path);