mirror of
https://github.com/znc/znc.git
synced 2026-07-04 00:41:38 +02:00
Fix some unitialized fields in modules.
They are not used before OnLoad anyway, but Coverity will be happier.
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
unsigned int m_uiIndex;
|
||||
unsigned int m_uiIndex = 0;
|
||||
};
|
||||
|
||||
class CSASLMod : public CModule {
|
||||
|
||||
Reference in New Issue
Block a user