This comment makes it easier to spot if we still have
'struct winbindd_domain' pointers in state structures,
which should be replaced by struct winbindd_domain_ref,
in order to handle stale domains after reloading trusts.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
struct winbindd_child {
pid_t pid;
- struct winbindd_domain *domain;
+ struct winbindd_domain *domain; /* if valid also talloc (grant) parent */
char *logfilename;
int sock;