[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre3-111-ga8d27e4

Karolin Seeger kseeger at samba.org
Wed May 21 07:59:31 GMT 2008


The branch, v3-2-stable has been updated
       via  a8d27e49003ce43c353c5b3938adb0e11da0a2fa (commit)
      from  697159d80a766d9a47b6c52ebb2544343e350c08 (commit)

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


- Log -----------------------------------------------------------------
commit a8d27e49003ce43c353c5b3938adb0e11da0a2fa
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
    (cherry picked from commit d923d3acdf2c47e8d1dff0951edabe37ba5078c0)

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

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