this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use geteuid instead of getuid

+1 -1
+1 -1
src/startup/darling.c
··· 564 564 "/usr/local/bin"); 565 565 566 566 const char* login = NULL; 567 - struct passwd* pw = getpwuid(getuid()); 567 + struct passwd* pw = getpwuid(geteuid()); 568 568 569 569 if (pw != NULL) 570 570 login = pw->pw_name;