several places in client.c rely in commands[i].name == NULL being a
commit294f79884df1ebc4a8d955601e7547bdcadef5d6
authorAndrew Tridgell <tridge@samba.org>
Wed, 11 Jun 2003 06:23:53 +0000 (11 06:23 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 11 Jun 2003 06:23:53 +0000 (11 06:23 +0000)
tree9b863ec45d9d0692009ac21bb2e3433527a25686
parent21931ad7a0584c14fd0278adc74eab9cacf14a3d
several places in client.c rely in commands[i].name == NULL being a
termination condition for checking for commands. Make sure the last
element is indeed NULL.
source/client/client.c