From 0f5541ba9aafebf237836ee2645b27a509590825 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 19 Jun 2008 15:35:41 +0200 Subject: [PATCH] Initialize global variables in csync_smb module. --- modules/csync_smb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/csync_smb.c b/modules/csync_smb.c index 17bf82a25..b92320634 100644 --- a/modules/csync_smb.c +++ b/modules/csync_smb.c @@ -34,8 +34,8 @@ #define DEBUG_SMB(x) printf x #endif -SMBCCTX *smb_context; -csync_module_auth_callback auth_cb; +SMBCCTX *smb_context = NULL; +csync_module_auth_callback auth_cb = NULL; #ifdef DEPRECATED_SMBC_INTERFACE