Includes client id deletion of request.

This commit is contained in:
JSQui 2022-10-14 21:52:04 -07:00
parent a569cbf7da
commit 9aef612eae

View File

@ -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)");