Includes client id deletion of request.
This commit is contained in:
parent
a569cbf7da
commit
9aef612eae
@ -1631,6 +1631,9 @@ public class delegationServices {
|
|||||||
sb.append(randomChar);
|
sb.append(randomChar);
|
||||||
}
|
}
|
||||||
String OTK = sb.toString();
|
String OTK = sb.toString();
|
||||||
|
|
||||||
|
|
||||||
|
com.jamesquinley.DelegationServices.delegationTimer.DeleteTargetRequestQuick(ClientID);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
System.out.println("Malformed Request, Non Recoverable (Request Type Not Found)");
|
System.out.println("Malformed Request, Non Recoverable (Request Type Not Found)");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user