summaryrefslogtreecommitdiffstats
path: root/stream/stream_smb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_smb.c')
-rw-r--r--stream/stream_smb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_smb.c b/stream/stream_smb.c
index 4469978359..3af98b4702 100644
--- a/stream/stream_smb.c
+++ b/stream/stream_smb.c
@@ -33,7 +33,7 @@ struct priv {
static void smb_auth_fn(const char *server, const char *share,
char *workgroup, int wgmaxlen, char *username, int unmaxlen,
- char *password, int pwmaxlen)
+ char *password, int pwmaxlen)
{
strncpy(workgroup, "LAN", wgmaxlen - 1);
}