[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Jun 14 03:12:54 MDT 2010


The branch, master has been updated
       via  a28b103... s3: Remove some dispensable ()
      from  2edd652... s4-waf: Fix installation of .so links for libraries that are not bundled but have a mangled name.

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


- Log -----------------------------------------------------------------
commit a28b103900ea33d70c6acec150575e10caebfb9a
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Jun 14 11:10:16 2010 +0200

    s3: Remove some dispensable ()

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/perfcount.c b/source3/smbd/perfcount.c
index 2c3871d..df71f19 100644
--- a/source3/smbd/perfcount.c
+++ b/source3/smbd/perfcount.c
@@ -61,7 +61,7 @@ NTSTATUS smb_register_perfcounter(int interface_version, const char *name,
 {
 	struct smb_perfcount_module *entry = modules;
 
-	if ((interface_version != SMB_PERFCOUNTER_INTERFACE_VERSION)) {
+	if (interface_version != SMB_PERFCOUNTER_INTERFACE_VERSION) {
 		DEBUG(0, ("Failed to register perfcount module.\n"
 		          "The module was compiled against "
 			  "SMB_PERFCOUNTER_INTERFACE_VERSION %d,\n"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list