(sender byte, encodedLen int32, msg *AuthenticationGSSContinue)
| 135 | } |
| 136 | |
| 137 | func (t *tracer) traceAuthenticationGSSContinue(sender byte, encodedLen int32, msg *AuthenticationGSSContinue) { |
| 138 | t.writeTrace(sender, encodedLen, "AuthenticationGSSContinue", nil) |
| 139 | } |
| 140 | |
| 141 | func (t *tracer) traceAuthenticationMD5Password(sender byte, encodedLen int32, msg *AuthenticationMD5Password) { |
| 142 | t.writeTrace(sender, encodedLen, "AuthenticationMD5Password", nil) |
no test coverage detected