We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
endutxent
1 parent 5d13389 commit 9a74e6dCopy full SHA for 9a74e6d
src/detection/users/users_linux.c
@@ -64,5 +64,7 @@ const char* ffDetectUsers(FFUsersOptions* options, FFlist* users)
64
user->loginTime = (uint64_t) n->ut_tv.tv_sec * 1000 + (uint64_t) n->ut_tv.tv_usec / 1000;
65
}
66
67
+ endutxent();
68
+
69
return NULL;
70
0 commit comments