Skip to content

Commit 61b1cf0

Browse files
committed
Fix typo
Signed-off-by: Ilya Pankratov <[email protected]>
1 parent 53ad8d7 commit 61b1cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/profstats/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ int main(int argc, char **argv) {
344344
if (cnt_seccomp > (seccomp + 1))
345345
cnt_seccomp = seccomp + 1;
346346
if (cnt_restrict_namespaces > (restrict_namespaces + 1))
347-
cnt_seccomp = restrict_namespaces + 1;
347+
cnt_restrict_namespaces = restrict_namespaces + 1;
348348
if (cnt_dbus_user_none > (dbususernone + 1))
349349
cnt_dbus_user_none = dbususernone + 1;
350350
if (cnt_dbus_user_filter > (dbususerfilter + 1))

0 commit comments

Comments
 (0)