fix noop connection header

pull/362/head
Darien Raymond 2017-01-16 14:17:59 +01:00
parent 45591fdde0
commit 9a0ddb78ff
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func (NoOpAuthenticator) Build() (*serial.TypedMessage, error) {
type NoOpConnectionAuthenticator struct{}
func (NoOpConnectionAuthenticator) Build() (*serial.TypedMessage, error) {
return serial.ToTypedMessage(new(noop.Config)), nil
return serial.ToTypedMessage(new(noop.ConnectionConfig)), nil
}
type SRTPAuthenticator struct{}