Loading tests/server/rtspd.c +3 −1 Original line number Diff line number Diff line Loading @@ -1191,12 +1191,14 @@ int main(int argc, char *argv[]) int flag; unsigned short port = DEFAULT_PORT; const char *pidname = ".rtsp.pid"; struct httprequest req = {0}; struct httprequest req; int rc; int error; int arg=1; long pid; memset(&req, 0, sizeof(req)); while(argc>arg) { if(!strcmp("--version", argv[arg])) { printf("rtspd IPv4%s" Loading Loading
tests/server/rtspd.c +3 −1 Original line number Diff line number Diff line Loading @@ -1191,12 +1191,14 @@ int main(int argc, char *argv[]) int flag; unsigned short port = DEFAULT_PORT; const char *pidname = ".rtsp.pid"; struct httprequest req = {0}; struct httprequest req; int rc; int error; int arg=1; long pid; memset(&req, 0, sizeof(req)); while(argc>arg) { if(!strcmp("--version", argv[arg])) { printf("rtspd IPv4%s" Loading