Initialize global variables in csync_smb module.

This commit is contained in:
Andreas Schneider 2008-06-19 15:35:41 +02:00
parent ef6633a130
commit 0f5541ba9a

View file

@ -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