[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Tue Jul 20 10:35:12 MDT 2010


The branch, master has been updated
       via  f5def28... Fix warning - no return value for a non-void fn.
      from  c58aeaa... s3: also run the test prog from the explicit external lib bug check

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


- Log -----------------------------------------------------------------
commit f5def289d3d66e41c0a7ace3145107123e4ea54f
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Jul 20 09:34:32 2010 -0700

    Fix warning - no return value for a non-void fn.
    
    Jeremy.

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

Summary of changes:
 source3/smbd/aio.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/aio.c b/source3/smbd/aio.c
index dbce120..b0755bb 100644
--- a/source3/smbd/aio.c
+++ b/source3/smbd/aio.c
@@ -91,6 +91,7 @@ static bool initialize_async_io_handler(void)
 
 	/* tevent supports 100 signal with SA_SIGINFO */
 	aio_pending_size = 100;
+	return true;
 }
 
 static int handle_aio_read_complete(struct aio_extra *aio_ex, int errcode);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list