diff options
-rw-r--r-- | source3/web/swat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c index 852d7c0933..30150815fe 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -611,7 +611,7 @@ static BOOL change_password(const char *remote_machine, char *user_name, msg_str, sizeof(msg_str)); if(*msg_str) - printf("%\n<p>", msg_str); + printf("%s\n<p>", msg_str); if(*err_str) printf("%s\n<p>", err_str); |