1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-24 22:32:58 +03:00

nfqws: remove cd_to_exe_dir

This commit is contained in:
bol-van 2024-09-20 19:58:15 +03:00
parent 171ae7ccdc
commit 6d4e776ca1
12 changed files with 0 additions and 2 deletions
binaries
aarch64
arm
freebsd-x64
mips32r1-lsb
mips32r1-msb
mips64r2-msb
ppc
win64
winws.exe
zapret-winws
x86
x86_64
nfq

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -925,8 +925,6 @@ bool parse_tlspos(const char *s, enum tlspos *pos)
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
cd_to_exe_dir(argv[0]);
#ifdef __CYGWIN__ #ifdef __CYGWIN__
if (service_run(argc, argv)) if (service_run(argc, argv))
{ {