rtmp: remove no longer used proto member

Add src/curlinfo to gitignore while we are here.
Add tests/server/dnsd to gitignore while we are here.

Closes #17252
This commit is contained in:
Stefan Eissing 2025-05-06 10:17:41 +02:00 committed by Daniel Stenberg
parent c30c7d2170
commit 778f306551
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 2 additions and 3 deletions

View File

@ -865,9 +865,6 @@ struct connectdata {
union {
#ifdef USE_SSH
struct ssh_conn sshc;
#endif
#ifdef USE_LIBRTMP
void *rtmp;
#endif
unsigned int unused:1; /* avoids empty union */
} proto;

1
src/.gitignore vendored
View File

@ -7,3 +7,4 @@ tool_ca_embed.c
tool_hugehelp.c
curltool_unity.c
libcurltool_unity.c
curlinfo

View File

@ -5,6 +5,7 @@
server_bundle.c
servers
buildinfo
dnsd
mqttd
resolve
rtspd