|
switch l.protocolOp.(type) { |
At the moment only case BindRequest is supported, and for everything else it returns 0, which happens to be BindRequest again... We should complete the method or add a function to the type ProtocolOp interface { to return the correct protocol op type
Thanks,
Guido
goldap/message/message.go
Line 134 in 8d785c6
At the moment only case BindRequest is supported, and for everything else it returns 0, which happens to be BindRequest again... We should complete the method or add a function to the type ProtocolOp interface { to return the correct protocol op type
Thanks,
Guido