mirror of https://github.com/adamdruppe/arsd.git
omg i forgot to commit
This commit is contained in:
parent
7b2e819357
commit
396dead446
5
cgi.d
5
cgi.d
|
@ -3528,6 +3528,11 @@ struct RequestServer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
version(Windows) {
|
||||||
|
private alias uid_t = int;
|
||||||
|
private alias gid_t = int;
|
||||||
|
}
|
||||||
|
|
||||||
/// user (uid) to drop privileges to
|
/// user (uid) to drop privileges to
|
||||||
/// 0 … do nothing
|
/// 0 … do nothing
|
||||||
uid_t privilegesDropToUid = 0;
|
uid_t privilegesDropToUid = 0;
|
||||||
|
|
Loading…
Reference in New Issue