[SCM] UID Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Sep 22 06:29:33 UTC 2016


The branch, master has been updated
       via  0580449 tests: fix a comment typo
      from  c026252 tests: Use alpha-specific syscalls.

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


- Log -----------------------------------------------------------------
commit 0580449fc4749f7340c1904f90b385f809430e72
Author: Michael Adam <obnox at samba.org>
Date:   Thu Sep 22 02:29:34 2016 +0200

    tests: fix a comment typo
    
    Signed-off-by: Michael Adam <obnox at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>

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

Summary of changes:
 tests/test_thread_sync_setreuid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/tests/test_thread_sync_setreuid.c b/tests/test_thread_sync_setreuid.c
index 1e6d68c..a30e8a3 100644
--- a/tests/test_thread_sync_setreuid.c
+++ b/tests/test_thread_sync_setreuid.c
@@ -123,7 +123,7 @@ static void test_sync_setreuid(void **state)
 			       (void *)&p[i]);
 	}
 
-	/* wait for the reads to set euid to 0 */
+	/* wait for the threads to set euid to 0 */
 	for (i = 0; i < NUM_THREADS; i++) {
 		while (p[i].ready != 1) {
 			sleep(1);


-- 
UID Wrapper Repository



More information about the samba-cvs mailing list