-
Notifications
You must be signed in to change notification settings - Fork 23
bad uid check #27
Copy link
Copy link
Open
Description
the getuid function is not called. thus this condition is always false.
Line 325 in 864a454
| if (getuid == 0) { |
< if (getuid == 0) {
---
> if (getuid() == 0) {Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels