aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-12-31 11:39:14 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-12-31 11:39:14 +0100
commit43706919ab1d4e0ae627b7c3110f69932d3dc1c2 (patch)
treecdcb4face3436b2ec1c50572dc9e1c4390b01b1d
parenta1338e927d5a209528024236c370360719fa9c66 (diff)
downloadcsync-master.tar.gz
csync-master.tar.xz
csync-master.zip
modules: Fix compile issue with smb moduleHEADmaster
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--modules/csync_smb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csync_smb.c b/modules/csync_smb.c
index 2edc630..7673e97 100644
--- a/modules/csync_smb.c
+++ b/modules/csync_smb.c
@@ -49,7 +49,7 @@ static void get_auth_data_with_context_fn(SMBCCTX *smb_ctx,
char *pw, int pwlen)
{
static int try_krb5 = 1;
- char *h;
+ const char *h;
(void) smb_ctx;
(void) shr;