1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r15044: Fix the build. (void returning non-void).

Guenther
This commit is contained in:
Günther Deschner 2006-04-11 17:00:08 +00:00 committed by Gerald (Jerry) Carter
parent 5ae22cf46b
commit 3ff278b852

View 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);
}
/***************************************************************************