Skip to content

Commit

Permalink
Update vpn/backend.go
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Nielsen <[email protected]>
  • Loading branch information
rasmim and Lanestolen authored Aug 16, 2021
1 parent 33dbeff commit 7c60623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vpn/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func (w *wireguard) InitializeI(ctx context.Context, r *pb.IReq) (*pb.IResp, err

out, err := genInterfaceConf(wgI, w.config.WgConfig.Dir)
if err != nil {
log.Error().Err(err).Str("interface",wgI)(Msg("Problem in configuration of the interface")
return &pb.IResp{Message: out}, fmt.Errorf("Problem in configuration of the interface -- %v", err)
}

Expand Down

0 comments on commit 7c60623

Please sign in to comment.