Sfoglia il codice sorgente

Additional go vet fixes

Rod Hynes 1 anno fa
parent
commit
ae1a643452
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      psiphon/server/bpf.go

+ 0 - 2
psiphon/server/bpf.go

@@ -63,8 +63,6 @@ func newTCPListenerWithBPF(
 
 	if havePBFProgram {
 
-		programName = programName
-
 		// Tactics parameters validation ensures BPFProgramInstructions has len >= 1.
 		listenConfig.Control = func(network, address string, c syscall.RawConn) error {
 			var setSockOptError error