summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/perfcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/perfcount.c b/source3/smbd/perfcount.c
index 2c3871d404..df71f19781 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"