[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-125-ge473e6d

Volker Lendecke vl at samba.org
Thu Mar 6 14:47:08 GMT 2008


The branch, v3-2-test has been updated
       via  e473e6d50c56f52ef5e4853e4ca3b3548af06f51 (commit)
      from  6f65390cec218a6aac4370ee381f30439617dcec (commit)

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


- Log -----------------------------------------------------------------
commit e473e6d50c56f52ef5e4853e4ca3b3548af06f51
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Mar 6 12:44:41 2008 +0100

    Fix a "nested extern declaration" warning

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

Summary of changes:
 source/libsmb/libsmb_context.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/libsmb/libsmb_context.c b/source/libsmb/libsmb_context.c
index c04f751..212b42f 100644
--- a/source/libsmb/libsmb_context.c
+++ b/source/libsmb/libsmb_context.c
@@ -27,6 +27,8 @@
 #include "libsmb_internal.h"
 
 
+extern bool in_client;
+
 /*
  * Is the logging working / configfile read ? 
  */
@@ -410,7 +412,6 @@ smbc_init_context(SMBCCTX *context)
         int pid;
         char *user = NULL;
         char *home = NULL;
-        extern bool in_client;
         
         if (!context) {
                 errno = EBADF;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list