Stub SOAP action

This commit is contained in:
vemax78
2013-11-04 18:02:10 +01:00
parent 33d262398a
commit 4cbff2eead
3 changed files with 162 additions and 6 deletions

View File

@ -12,14 +12,11 @@
static int ac_session_action_execute(struct ac_session_t* session, struct ac_session_action* action) {
int result = ACTION_SESSION;
/*
switch (action->action) {
case AC_SESSION_ACTION_CLOSE: {
result = DTLS_SHUTDOWN;
case AC_SESSION_ACTION_RESET_WTP: {
break;
}
}
*/
return result;
}