r15044: Fix the build. (void returning non-void).
authorGünther Deschner <gd@samba.org>
Tue, 11 Apr 2006 17:00:08 +0000 (17:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:59 +0000 (11:15 -0500)
Guenther
(This used to be commit 3ff278b852b4085461127bc7ccb2c5dba81fb3c8)

source3/rpc_server/srv_lsa_nt.c

index 1f74f2429678c65bed0ebc44e758eb4f5afd4993..d5222bbcb98deb0c11ee49903c9316c23b531be1 100644 (file)
@@ -99,7 +99,7 @@ Init dom_query
 
 static void init_dom_query_5(DOM_QUERY_5 *d_q, const char *dom_name, DOM_SID *dom_sid)
 {
-       return init_dom_query_3(d_q, dom_name, dom_sid);
+       init_dom_query_3(d_q, dom_name, dom_sid);
 }
 
 /***************************************************************************