Revert "IKEv1 XAuth: Added new MIGRATE status type to status_t."

This reverts commit b57df8310a867a0a65abf17279bf1b6e6bb2f5d3.

Conflicts:

	src/libcharon/sa/task_manager_v1.c
This commit is contained in:
Clavister OpenSource
2012-03-20 17:31:09 +01:00
parent c961d110ab
commit 0ea77083bb
2 changed files with 0 additions and 54 deletions
-6
View File
@@ -299,12 +299,6 @@ enum status_t {
* Another call to the method is required.
*/
NEED_MORE,
/**
* For tasks only, same as SUCCESS, but also migrate all remaining tasks
* in the current queue to the opposite queue (passive->active or active->passive)
*/
MIGRATE,
};
/**