Catch as references

This commit is contained in:
baines
2013-02-26 22:03:15 -05:00
parent d085b1dfd0
commit c256116d81
6 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ int main(int argc, char** argv) {
try {
pZNC->Loop();
} catch (CException e) {
} catch (const CException& e) {
switch (e.GetType()) {
case CException::EX_Shutdown:
iRet = 0;