[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Aug 24 19:56:03 UTC 2016


The branch, master has been updated
       via  ba297a6 docs: Fix a typo
       via  f9da0dd rpc_server: Fix a typo
      from  04126d5 lib/util: Fix format strings and argument data types

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ba297a6115cfb07d2ca9f74e5d83c09d3c875101
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Aug 24 17:42:48 2016 +0200

    docs: Fix a typo
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Guenther Deschner <gd at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Wed Aug 24 21:55:29 CEST 2016 on sn-devel-144

commit f9da0dda3f1f98a79a4fb78d0459c437bb01d7d9
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Aug 24 17:42:48 2016 +0200

    rpc_server: Fix a typo
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Guenther Deschner <gd at samba.org>

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

Summary of changes:
 docs-xml/smbdotconf/misc/rpcdaemon.xml | 2 +-
 source3/rpc_server/rpc_handles.c       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/misc/rpcdaemon.xml b/docs-xml/smbdotconf/misc/rpcdaemon.xml
index 806ddbd..6356d3c 100644
--- a/docs-xml/smbdotconf/misc/rpcdaemon.xml
+++ b/docs-xml/smbdotconf/misc/rpcdaemon.xml
@@ -50,7 +50,7 @@
 
 	To set one of these options use the follwing syntax:
 	<programlisting>
-	damonname:prefork_min_children = 5
+	daemonname:prefork_min_children = 5
 	</programlisting>
 	</para>
 
diff --git a/source3/rpc_server/rpc_handles.c b/source3/rpc_server/rpc_handles.c
index 62b545c..cf5bc27 100644
--- a/source3/rpc_server/rpc_handles.c
+++ b/source3/rpc_server/rpc_handles.c
@@ -148,7 +148,7 @@ struct handle_list {
 #endif
 
 /****************************************************************************
- Hack as handles need to be persisant over lsa pipe closes so long as a samr
+ Hack as handles need to be persistent over lsa pipe closes so long as a samr
  pipe is open. JRA.
 ****************************************************************************/
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list