From 7f5611ce553c988dc5c60ff01c1b1d3e1092a8bc Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Mon, 28 Feb 2005 11:17:13 +0000 Subject: r5594: Fix comment to read "remove" instead of "add" (This used to be commit 6884a2fa6e3d19a436edfb428056978ae127f442) --- source3/utils/net_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 2a45c5f549..fa7a3b5271 100644 --- a/source3/utils/net_rpc.c +++ b/source3/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. * -- cgit