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

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.

View File

@ -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))
{ {