mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 17:14:46 +02:00
Fix crash on Windows because of missing MODVAR / __declspec(dllimport)
on 'known_users', which is accessed by the reputation module.
This commit is contained in:
+1
-1
@@ -1541,4 +1541,4 @@ extern OutgoingWebRequest *duplicate_outgoingwebrequest(OutgoingWebRequest *orig
|
||||
extern void url_callback(OutgoingWebRequest *r, const char *file, const char *memory, int memory_len, const char *errorbuf, int cached, void *ptr);
|
||||
extern const char *synchronous_http_request(const char *url, int max_redirects, int connect_timeout, int transfer_timeout);
|
||||
extern int update_known_user_cache(Client *client);
|
||||
extern SecurityGroup *known_users;
|
||||
extern MODVAR SecurityGroup *known_users;
|
||||
|
||||
Reference in New Issue
Block a user