diff options
Diffstat (limited to 'source3/client/client.c')
-rw-r--r-- | source3/client/client.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index c1b4ade011..52c032e130 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -2648,7 +2648,8 @@ static int do_message_op(void) } else if (strwicmp("username", param) == 0) pstrcpy(username, val); - + else if (strwicmp("domain", param) == 0) + pstrcpy(workgroup,val); memset(buf, 0, sizeof(buf)); } x_fclose(auth); |