added missing flag for Reload
This commit is contained in:
parent
083258d920
commit
2403e094c9
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ type networkManager struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (nm *networkManager) Reload(flags uint32) error {
|
func (nm *networkManager) Reload(flags uint32) error {
|
||||||
return nm.call(NetworkManagerReload)
|
return nm.call(NetworkManagerReload, flags)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (nm *networkManager) GetDevices() (devices []Device, err error) {
|
func (nm *networkManager) GetDevices() (devices []Device, err error) {
|
||||||
|
|
Reference in a new issue