Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
skadarnold committed Jul 17, 2024
1 parent 8980929 commit c3cf0eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ppp/pptp/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ func (c *Connection) startPPPSession(ctx context.Context, sendCallID uint16) {
c.ppp = ppp.NewSession(gre, node)
go func() {
err := c.ppp.Run(ctx)
p.log("log node %s",
node)
if err != nil {
// TODO: log error?
}
Expand Down

0 comments on commit c3cf0eb

Please sign in to comment.