From: Jim McDonough Date: Mon, 28 Feb 2005 11:17:13 +0000 (+0000) Subject: r5594: Fix comment to read "remove" instead of "add" X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6884a2fa6e3d19a436edfb428056978ae127f442;p=thirdparty%2Fsamba.git r5594: Fix comment to read "remove" instead of "add" --- diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c index 2a45c5f5490..fa7a3b52710 100644 --- a/source/utils/net_rpc.c +++ b/source/utils/net_rpc.c @@ -4453,7 +4453,7 @@ static int rpc_trustdom_add(int argc, const char **argv) } /** - * Add interdomain trust account to the RPC server. + * Remove interdomain trust account from the RPC server. * All parameters (except for argc and argv) are passed by run_rpc_command * function. *