Commits
Mihai Moldovan authored ea1c7e87938
1 + | --- src/Loop.cpp.old 2018-02-28 10:53:45.000000000 +0100 |
2 + | +++ src/Loop.cpp 2018-03-02 06:00:22.000000000 +0100 |
3 + | |
4 + | |
5 + | if (control -> ProxyMode == proxy_server) |
6 + | { |
7 + | - if (authCookie != NULL && *authCookie != '\0') |
8 + | + if (*authCookie != '\0') |
9 + | { |
10 + | if (useLaunchdSocket == 1) |
11 + | { |