]> git.sur5r.net Git - ngadmin/commit
Cli: fix bug when trying to disable DHCP
authordarkcoven <admin@darkcoven.tk>
Sun, 31 Jan 2016 15:38:24 +0000 (16:38 +0100)
committerdarkcoven <admin@darkcoven.tk>
Sun, 31 Jan 2016 15:38:24 +0000 (16:38 +0100)
commit65d89de5956fcc53017719eddc3f4a6a1c38a2c2
treebf2c1e1157342c9c7c4d6a33022edf081c0c8f6c
parentb7281d3c168b12209eb433668dedd55d183ea55b
Cli: fix bug when trying to disable DHCP

This was introduced by commit b4e57a27716c76f833c6b5a6fef61252c0f5471e, which
was about converting return code of functions from bool to int.
Unfortunately, the s/false/1/ used for that caused an unwanted replacement.
cli/src/com_netconf.c