[SCM] Samba Shared Repository - branch v3-6-test updated

Jeremy Allison jra at samba.org
Tue Dec 21 19:12:50 MST 2010


The branch, v3-6-test has been updated
       via  7978f8b Fix a warning message.
      from  f162f90 My algorithm for determining whan an incoming sequence number can be allowed is incorrect.

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


- Log -----------------------------------------------------------------
commit 7978f8b10edf9df09290fcb2d2255354bb9ad376
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Dec 21 18:11:57 2010 -0800

    Fix a warning message.

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

Summary of changes:
 source3/utils/net_ads.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index daf2602..17f99c2 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -1464,9 +1464,10 @@ int net_ads_join(struct net_context *c, int argc, const char **argv)
 		/* exit from this block using machine creds */
 		ads_destroy(&ads_dns);
 	}
-#endif
 
 done:
+#endif
+
 	TALLOC_FREE(r);
 	TALLOC_FREE( ctx );
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list