]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh: fix minor static code analyzer nits
authorDaniel Stenberg <daniel@haxx.se>
Sat, 2 Dec 2017 22:27:22 +0000 (23:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 2 Dec 2017 22:36:07 +0000 (23:36 +0100)
commit3cef6f22eae7b7e60c19689d0f07492c700a8e0f
tree7125bea08ad6d0ea18e848877ea941d573db480f
parent10bb0b47197588f2491a16996ae3d95e37a4ee20
libssh: fix minor static code analyzer nits

- remove superfluous NULL check which otherwise tricks the static code
analyzers to assume NULL pointer dereferences.

- fix fallthrough in switch()

- indent mistake
lib/ssh-libssh.c