We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ea436 commit 8982095Copy full SHA for 8982095
src/profstats/main.c
@@ -344,7 +344,7 @@ int main(int argc, char **argv) {
344
if (cnt_seccomp > (seccomp + 1))
345
cnt_seccomp = seccomp + 1;
346
if (cnt_restrict_namespaces > (restrict_namespaces + 1))
347
- cnt_seccomp = restrict_namespaces + 1;
+ cnt_restrict_namespaces = restrict_namespaces + 1;
348
if (cnt_dbus_user_none > (dbususernone + 1))
349
cnt_dbus_user_none = dbususernone + 1;
350
if (cnt_dbus_user_filter > (dbususerfilter + 1))
0 commit comments