mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 13:13:14 +02:00
- Fix remote MOTDs for URLs whose path components contain
subdirectories, in the process much simplifying my remote MOTD code. Reported by goldenwolf (#3986).
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user