Skip to content

Commit a9d1046

Browse files
committed
Merge tag 'Smack-for-5.19' of https://github.com/cschaufler/smack-next
Pull smack update from Casey Schaufler: "A single change to remove a pointless assignment" * tag 'Smack-for-5.19' of https://github.com/cschaufler/smack-next: smack: Remove redundant assignments
2 parents cb44e4f + eaff451 commit a9d1046

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

security/smack/smackfs.c

-1
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,6 @@ static ssize_t smk_write_net4addr(struct file *file, const char __user *buf,
11921192
rc = -EINVAL;
11931193
goto free_out;
11941194
}
1195-
m = BEBITS;
11961195
masks = 32;
11971196
}
11981197
if (masks > BEBITS) {

0 commit comments

Comments
 (0)