Rod Hynes пре 7 година
родитељ
комит
bb9627cdf7
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      MobileLibrary/psi/psi.go

+ 2 - 0
MobileLibrary/psi/psi.go

@@ -118,6 +118,8 @@ func Start(
 		config.IPv6Synthesizer = provider
 	}
 
+	// All config fields should be set before calling Commit.
+
 	err = config.Commit()
 	if err != nil {
 		return fmt.Errorf("error committing configuration file: %s", err)