fixed task manager message id bug for cookies

This commit is contained in:
Martin Willi
2007-03-29 11:08:30 +00:00
parent a6bdc731b1
commit 361e6df8c1
+1 -1
View File
@@ -796,7 +796,7 @@ static void reset(private_task_manager_t *this)
this->responding.packet = NULL;
this->initiating.packet = NULL;
this->responding.mid = 0;
this->initiating.mid = 0;
this->initiating.mid = -1;
this->initiating.type = EXCHANGE_TYPE_UNDEFINED;
/* reset active tasks */