aboutsummaryrefslogtreecommitdiffstats
path: root/include/struct.h
diff options
context:
space:
mode:
authorGravatar binki2010-12-25 15:33:01 +0000
committerGravatar binki2010-12-25 15:33:01 +0000
commit48bc3b2f74df1ebbeabbbee3ae35c9ee7fa67b34 (patch)
treeffd2fcd1279aa13d39a3b790db62757f191e77ad /include/struct.h
parent- Fix bundled TRE compilation error on OpenBSD with pkg-config-0.21 (diff)
downloadunrealircd-48bc3b2f74df1ebbeabbbee3ae35c9ee7fa67b34.tar.gz
unrealircd-48bc3b2f74df1ebbeabbbee3ae35c9ee7fa67b34.tar.bz2
unrealircd-48bc3b2f74df1ebbeabbbee3ae35c9ee7fa67b34.zip
- Fix remote MOTDs for URLs whose path components contain
subdirectories, in the process much simplifying my remote MOTD code. Reported by goldenwolf (#3986).
Diffstat (limited to 'include/struct.h')
-rw-r--r--include/struct.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/struct.h b/include/struct.h
index 522b2cb6a..d4bcccb2b 100644
--- a/include/struct.h
+++ b/include/struct.h
@@ -724,7 +724,6 @@ struct Motd;
struct MotdDownload
{
struct Motd *themotd;
- char url_filename[PATH_MAX+1]; /*< Where the downloaded file should be stored */
};
#endif /* USE_LIBCURL */