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:19:23 +0000 (21:19 +0200)
commitec3bca61a10d8dcaa6a94046120dd414e39289b1
treecbca02dec67531ee1bddd7dfce0b4bebfa9d2c2f
parentdcb31fa3e3ebf2d5ca7517dc664ebc94df5d04d1
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.
source3/rpcclient/rpcclient.c