Loading tests/server/rtspd.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1191,7 +1191,7 @@ int main(int argc, char *argv[]) int flag; int flag; unsigned short port = DEFAULT_PORT; unsigned short port = DEFAULT_PORT; const char *pidname = ".rtsp.pid"; const char *pidname = ".rtsp.pid"; struct httprequest req; struct httprequest req = {0}; int rc; int rc; int error; int error; int arg=1; int arg=1; Loading Loading
tests/server/rtspd.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1191,7 +1191,7 @@ int main(int argc, char *argv[]) int flag; int flag; unsigned short port = DEFAULT_PORT; unsigned short port = DEFAULT_PORT; const char *pidname = ".rtsp.pid"; const char *pidname = ".rtsp.pid"; struct httprequest req; struct httprequest req = {0}; int rc; int rc; int error; int error; int arg=1; int arg=1; Loading