s3: Fix bug 7688, rpcclient command line completion crashing
authorVolker Lendecke <vl@samba.org>
Sat, 18 Sep 2010 14:37:04 +0000 (07:37 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 27 Sep 2010 19:29:48 +0000 (21:29 +0200)
commitfef3e8be33525773f4ca2f03f55453783e2b4bb5
treef99bd387984f873aac571a139f40815cd2c36f4e
parent5764e042af1d62c158d850d5918162f576accc32
s3: Fix bug 7688, rpcclient command line completion crashing

We've grown more than 100 rpcclient commands by now, so this would overwrite
the array of 100 completions. There's nicer ways to fix this problem, but 1000
rpcclient commands should be at least a bit away.
(cherry picked from commit ec3bca61a10d8dcaa6a94046120dd414e39289b1)
source3/rpcclient/rpcclient.c