[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Sep 6 21:17:03 UTC 2016


The branch, master has been updated
       via  fee1f4c tevent: fix confused documentation
      from  4f654ac idmap_script: add missing "IDTOSID" argument to the script command line.

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


- Log -----------------------------------------------------------------
commit fee1f4ce15c8d167c6e0e358bf802d28c6617b88
Author: Michael Adam <obnox at samba.org>
Date:   Mon Sep 5 17:33:38 2016 +0200

    tevent: fix confused documentation
    
    Signed-off-by: Michael Adam <obnox at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Tue Sep  6 23:16:34 CEST 2016 on sn-devel-144

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

Summary of changes:
 lib/tevent/tevent.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 64e2d98..7de04d0 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -465,11 +465,11 @@ void tevent_set_abort_fn(void (*abort_fn)(const char *reason));
 /* bits for file descriptor event flags */
 
 /**
- * Monitor a file descriptor for write availability
+ * Monitor a file descriptor for data to be read
  */
 #define TEVENT_FD_READ 1
 /**
- * Monitor a file descriptor for data to be read
+ * Monitor a file descriptor for writeability
  */
 #define TEVENT_FD_WRITE 2
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list