1
0
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:
binki
2010-12-25 15:33:01 +00:00
parent 91c3283cfa
commit 48bc3b2f74
3 changed files with 20 additions and 20 deletions
-1
View File
@@ -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 */