initialize not initialized var

Origin commit data
------------------
Commit: 926e0ce141
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-05 (Mon, 05 Nov 2012)

Origin message was:
------------------
initialize not initialized var
This commit is contained in:
Jacek Jendrzej
2012-11-05 09:24:51 +01:00
parent 28883ba73b
commit d74377dd47
12 changed files with 53 additions and 7 deletions

View File

@@ -141,7 +141,7 @@ public:
CStringList HookVarList; // Variables in Hook-Handling passing to other Hooks
THttp_Method Method; // HTTP Method (requested)
// constructor & deconstructor
CyhookHandler(){};
CyhookHandler(){ContentLength = 0; keep_alive = 0; _outIndent = 0;};
virtual ~CyhookHandler(){};
// hook slot handler