Unverified Commit 38faf041 authored by Marcel Raad's avatar Marcel Raad
Browse files

rtspd: fix GCC warning after MSVC warning fix

Older GCC warns:
/tests/server/rtspd.c:1194:10: warning: missing braces around
initializer [-Wmissing-braces]

Fix this by using memset instead of an initializer.
parent fb3b0f25
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment