mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 14:53:12 +02:00
- Fixed win32 compile error with default: ;
This commit is contained in:
@@ -1672,3 +1672,4 @@ seen. gmtime warning still there
|
||||
completely new and works differently. All remnants of the old system have been removed.
|
||||
- Changed the module config system slightly to be able to detect more errors.
|
||||
- /rehash for conf3 (that works) :)
|
||||
- Fixed win32 compile error with default: ;
|
||||
+1
-1
@@ -139,7 +139,7 @@ int Auth_CheckError(ConfigEntry *ce)
|
||||
X509_free(x509_filecert);
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
default: ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user