r16544: Fix bug #3864 reported by jason@ncac.gwu.edu.
authorJeremy Allison <jra@samba.org>
Tue, 27 Jun 2006 00:49:14 +0000 (00:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:18:59 +0000 (11:18 -0500)
Jeremy.
(This used to be commit 16e42b446bea171c3ad848aefaa92c7404aade42)

source3/rpc_server/srv_samr_nt.c

index bfae47ef250c41231cfcee8885d8844a0d79b351..da2bb8c3b561882c5331ce25e40e4f6b34acd352 100644 (file)
@@ -1956,7 +1956,7 @@ static NTSTATUS get_user_info_21(TALLOC_CTX *mem_ctx, SAM_USER_INFO_21 *id21,
        
        TALLOC_FREE(sampass);
 
-       return NT_STATUS_OK;
+       return nt_status;
 }
 
 /*******************************************************************