mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
minor source fixes
This commit is contained in:
@@ -40,7 +40,7 @@ int getmaxcap()
|
||||
FILE *F = fopen("/proc/sys/kernel/cap_last_cap", "r");
|
||||
if (F)
|
||||
{
|
||||
fscanf(F, "%d", &maxcap);
|
||||
int n = fscanf(F, "%d", &maxcap);
|
||||
fclose(F);
|
||||
}
|
||||
return maxcap;
|
||||
|
Reference in New Issue
Block a user