mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
Fix warning
Volker (This used to be commit 541e6998a06ac523ad794b10f4e7a46951a06726)
This commit is contained in:
parent
ed55d03c8a
commit
7e2bebae60
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user