winbindd/idmap.c

Herb Lewis hlewis at panasas.com
Wed Sep 3 19:01:54 GMT 2008


We declare the following function like thus

static struct idmap_methods *get_methods(struct idmap_backend *be,
					 const char *name)

and every reference to this function uses the static variable
backends as the first parameter. Any reason we can't remove the
parameter from all the calls and just reference the variable
from the get_methods function?


More information about the samba-technical mailing list