Allow "edittrust" to accept 0 as a maximum count, and document it.
authorMichael Poole <mdpoole@troilus.org>
Fri, 6 Mar 2009 11:37:07 +0000 (06:37 -0500)
committerMichael Poole <mdpoole@troilus.org>
Fri, 6 Mar 2009 11:37:07 +0000 (06:37 -0500)
commitd21903e901e8b95bc7bbe7c35b0d85385de24d2a
tree186f8a5656c2f00f8ea4b3f581175230ca6f2346
parentcfafe17ebd53c89771053d39a342f066fe02e0f9
Allow "edittrust" to accept 0 as a maximum count, and document it.

Inconsistency between "addtrust" and "edittrust" reported by ZeRoFiGhter.

src/opserv.c (cmd_edittrust): Only check that argv[2] is fully parsed as
    a number; do not require it to be non-zero.
src/opserv.help: Add entry for "edittrust" and reference it appropriately.
src/opserv.c
src/opserv.help