omg i forgot to commit

This commit is contained in:
Adam D. Ruppe 2022-06-13 21:02:16 -04:00
parent 7b2e819357
commit 396dead446
1 changed files with 5 additions and 0 deletions

5
cgi.d
View File

@ -3528,6 +3528,11 @@ struct RequestServer {
}
}
version(Windows) {
private alias uid_t = int;
private alias gid_t = int;
}
/// user (uid) to drop privileges to
/// 0 … do nothing
uid_t privilegesDropToUid = 0;