create channel w/ minor error on verification send-back
This commit is contained in:
@@ -39,8 +39,7 @@ namespace epics {
|
||||
|
||||
}
|
||||
|
||||
ServerResponseHandler::ServerResponseHandler(ServerContextImpl* context) :
|
||||
ResponseHandler(context) {
|
||||
ServerResponseHandler::ServerResponseHandler(ServerContextImpl* context) {
|
||||
|
||||
BadResponse* badResponse = new BadResponse(context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user