Branch: refs/heads/new-tx Home: https://github.com/fabbione/kronosnet Commit: cf6b8d9d0994ed5e821cfe26b5e3e7b6d6abfecc https://github.com/fabbione/kronosnet/commit/cf6b8d9d0994ed5e821cfe26b5e3e7b... Author: Bin Liu bliu@suse.com Date: 2017-02-17 (Fri, 17 Feb 2017)
Changed paths: M kronosnetd/vty_cli_cmds.c
Log Message: ----------- Fix: remove duplicate judgement of (have_name < 0) in kronosnetd/vty_cli_cmds.c
In line 1087 of kronosnetd/vty_cli_cmds.c, there is a judgement of (have_name < 0), when have_name < 0, it will return 0, which make the judge of have_name < 0 in line 1094 will never be executed. Remove the unnecessary judgement.
Commit: 2da6a0908a1037821f0e776015d7be80b99f6085 https://github.com/fabbione/kronosnet/commit/2da6a0908a1037821f0e776015d7be8... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2017-02-17 (Fri, 17 Feb 2017)
Changed paths: M kronosnetd/vty_cli_cmds.c
Log Message: ----------- Merge pull request #21 from liu4480/master
Fix: remove duplicate judgement of (have_name < 0) in kronosnetd/vty_cli_cmds.c
Compare: https://github.com/fabbione/kronosnet/compare/fe063ca9d64c...2da6a0908a10