summaryrefslogtreecommitdiff
path: root/source3/web
diff options
context:
space:
mode:
Diffstat (limited to 'source3/web')
-rw-r--r--source3/web/swat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c
index d1b028836d..80160e31f4 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -53,7 +53,7 @@ static int iNumNonAutoPrintServices = 0;
/* FUNCTION DECLARATIONS */
-BOOL remote_password_change(const char *rmachine, const char *username,
+ BOOL remote_password_change(const char *rmachine, const char *username,
const char *old_pw, const char *new_pw,
char *err_str, size_t err_str_len);