several places in client.c rely in commands[i].name == NULL being a
commit1d03ec88f13adb22dfb12efc73c410fca032547b
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)
treeaa06dd0c2b0f3f6774aac2d291954c2c1fa8ff04
parent98f448b1f43e3edc5687bd373e07b1d022541090
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.
(This used to be commit 294f79884df1ebc4a8d955601e7547bdcadef5d6)
source3/client/client.c