1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Fix warning

Volker
This commit is contained in:
Volker Lendecke -
parent 39311495de
commit 541e6998a0

View File

@ -341,7 +341,7 @@ struct winbindd_domain *find_domain_from_sid(DOM_SID *sid)
/* Given a domain sid, return the struct winbindd domain info for it */
struct winbindd_domain *find_our_domain()
struct winbindd_domain *find_our_domain(void)
{
struct winbindd_domain *domain;