From 03460dbc8cb22f79a2c1de999a9101c08019639a Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Fri, 14 Jan 2000 18:24:09 +0000 Subject: possible bug to do with joining domains. supposed to return ERROR(0, status) not status. *dur*. --- source/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/smbd') diff --git a/source/smbd/reply.c b/source/smbd/reply.c index d46d5b92656..8bdbec7f127 100644 --- a/source/smbd/reply.c +++ b/source/smbd/reply.c @@ -400,7 +400,7 @@ static int session_trust_account(connection_struct *conn, } SSVAL(outbuf, smb_flg2, FLAGS2_32_BIT_ERROR_CODES); - return status; + return ERROR(0, status); } /**************************************************************************** -- cgit v1.2.1