diff options
author | Jim McDonough <jmcd@samba.org> | 2005-02-28 11:17:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:55:49 -0500 |
commit | 7f5611ce553c988dc5c60ff01c1b1d3e1092a8bc (patch) | |
tree | a2f4aa22a37ad544cf226bba76206022ca2e3f32 /source3 | |
parent | bd0e6665032265954a7a7cd0d861e10848c1a4db (diff) | |
download | samba-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.c | 2 |
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. * |