mirror of
https://github.com/3proxy/3proxy.git
synced 2026-06-30 18:40:11 +08:00
Fix standalone services link
Some checks failed
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
C/C++ CI MacOS / ${{ matrix.target }} (macos-15) (push) Has been cancelled
C/C++ CI Windows / ${{ matrix.target }} (windows-2022) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (macos-15) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (windows-2022) (push) Has been cancelled
Some checks failed
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
C/C++ CI MacOS / ${{ matrix.target }} (macos-15) (push) Has been cancelled
C/C++ CI Windows / ${{ matrix.target }} (windows-2022) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (macos-15) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (windows-2022) (push) Has been cancelled
This commit is contained in:
parent
e41ab58b2c
commit
c462963d8e
@ -18,7 +18,7 @@ DWORD WINAPI threadfunc(LPVOID p) {
|
|||||||
void * threadfunc (void *p) {
|
void * threadfunc (void *p) {
|
||||||
#endif
|
#endif
|
||||||
int i = -1;
|
int i = -1;
|
||||||
#ifndef STDMAIN
|
#ifdef MODULEMAINFUNC
|
||||||
if(makefilters(param->srv, param) > CONTINUE){
|
if(makefilters(param->srv, param) > CONTINUE){
|
||||||
#ifndef NOUDPMAIN
|
#ifndef NOUDPMAIN
|
||||||
if(param->srv->service == S_UDPPM) _3proxy_sem_unlock(udpinit);
|
if(param->srv->service == S_UDPPM) _3proxy_sem_unlock(udpinit);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user