s3: Fix bug 7688, rpcclient command line completion crashing
commit7fddf9c89e8ead26e6367195441f49bce5a6b3db
authorVolker Lendecke <vl@samba.org>
Sat, 18 Sep 2010 14:37:04 +0000 (18 07:37 -0700)
committerVolker Lendecke <vl@samba.org>
Sat, 18 Sep 2010 14:44:23 +0000 (18 07:44 -0700)
tree1c95a0f7b9cf181c7d26ce3b61ae807746ff6558
parent252e8c27eb07eea7ec45e76a9256692db1019af4
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