Skip to content

Commit

Permalink
Fixed issue #303 - fixed Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Sep 29, 2012
1 parent ca81050 commit 83e90c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions win/inspircd_win32wrapper.cpp
Expand Up @@ -764,6 +764,11 @@ static void unused_function()
unused_Cert = reference<ssl_cert>(s);
unused_OperInfo = reference<OperInfo>(o);

unused_Link = l;
unused_Autoconnect = a;
unused_Cert = s;
unused_OperInfo = o;

delete unused_Link;
delete unused_Autoconnect;
delete unused_Cert;
Expand Down

0 comments on commit 83e90c4

Please sign in to comment.