Skip to content

Commit

Permalink
fixed Juniper#89
Browse files Browse the repository at this point in the history
  • Loading branch information
neilliu89 committed Sep 12, 2020
1 parent b98c802 commit 635de7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions netconf/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ func (s *Session) Exec(methods ...RPCMethod) (*RPCReply, error) {
return nil, err
}

header := []byte(xml.Header)
request = append(header, request...)

err = s.Transport.Send(request)
if err != nil {
return nil, err
Expand Down

0 comments on commit 635de7a

Please sign in to comment.