[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2389-gd923d3a

Kai Blin kai at samba.org
Wed May 21 07:34:45 GMT 2008


The branch, v3-2-test has been updated
       via  d923d3acdf2c47e8d1dff0951edabe37ba5078c0 (commit)
      from  a0e1d8ac4dd9121312fd66ecb2e2942513df5a4b (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit d923d3acdf2c47e8d1dff0951edabe37ba5078c0
Author: Kai Blin <kai at samba.org>
Date:   Wed May 21 09:34:02 2008 +0200

    net: Display net rpc trustdom usage from net rpc trustdom

-----------------------------------------------------------------------

Summary of changes:
 source/utils/net_rpc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c
index 3fbfbb6..cbe3d45 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -6410,7 +6410,7 @@ static int rpc_trustdom(int argc, const char **argv)
 		return -1;
 	}
 
-	return (net_run_function(argc, argv, func, rpc_user_usage));
+	return (net_run_function(argc, argv, func, rpc_trustdom_usage));
 }
 
 /**


-- 
Samba Shared Repository


More information about the samba-cvs mailing list