mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Initialize global variables in csync_smb module.
This commit is contained in:
parent
ef6633a130
commit
0f5541ba9a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue