mirror of
https://github.com/samba-team/samba.git
synced 2025-02-15 05:57:49 +03:00
r4863: schema_find_attribute() should be static
(This used to be commit e7262dccce1ccc563fad48023c733c1d13929b4b)
This commit is contained in:
parent
bc2ae4e4cd
commit
b808d49cd5
@ -94,7 +94,7 @@ static int schema_attr_cmp(const char *attr1, const char *attr2)
|
||||
return ret;
|
||||
}
|
||||
|
||||
struct schema_attribute *schema_find_attribute(struct schema_attribute_list *list, const char *attr_name)
|
||||
static struct schema_attribute *schema_find_attribute(struct schema_attribute_list *list, const char *attr_name)
|
||||
{
|
||||
unsigned int i;
|
||||
for (i = 0; i < list->num; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user