summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2005-02-28 11:17:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:49 -0500
commit7f5611ce553c988dc5c60ff01c1b1d3e1092a8bc (patch)
treea2f4aa22a37ad544cf226bba76206022ca2e3f32 /source3
parentbd0e6665032265954a7a7cd0d861e10848c1a4db (diff)
downloadsamba-7f5611ce553c988dc5c60ff01c1b1d3e1092a8bc.tar.gz
samba-7f5611ce553c988dc5c60ff01c1b1d3e1092a8bc.tar.bz2
samba-7f5611ce553c988dc5c60ff01c1b1d3e1092a8bc.zip
r5594: Fix comment to read "remove" instead of "add"
(This used to be commit 6884a2fa6e3d19a436edfb428056978ae127f442)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/net_rpc.c2
1 files changed, 1 insertions, 1 deletions
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.
*