]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
rtmp: remove no longer used proto member
authorStefan Eissing <stefan@eissing.org>
Tue, 6 May 2025 08:17:41 +0000 (10:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 May 2025 08:24:19 +0000 (10:24 +0200)
Add src/curlinfo to gitignore while we are here.
Add tests/server/dnsd to gitignore while we are here.

Closes #17252

lib/urldata.h
src/.gitignore
tests/server/.gitignore

index 1c71f13890d62ab9ff09cbb2bde6f3b28d40bf1f..44030fec7c80088b523634edbffa71c862e78233 100644 (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;
index 9573dbcb38f332cec60c3b6bff0f134a6a682929..67410d9042c6e9a5a68afdc36c4b71a5e722d517 100644 (file)
@@ -7,3 +7,4 @@ tool_ca_embed.c
 tool_hugehelp.c
 curltool_unity.c
 libcurltool_unity.c
+curlinfo
index a369993cd06721977fcc80a8e28f0037593777cf..1dcd028f6d80a7b1c21b498cfa1ec9a3ac601982 100644 (file)
@@ -5,6 +5,7 @@
 server_bundle.c
 servers
 buildinfo
+dnsd
 mqttd
 resolve
 rtspd