mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
r7911: task_terminate() is defined in the macosx headers, so change the name
to task_server_terminate()
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
d2e9e95ea2
commit
a7447e25ac
@@ -461,7 +461,7 @@ static void ldapsrv_task_init(struct task_server *task)
|
||||
return;
|
||||
|
||||
failed:
|
||||
task_terminate(task, "Failed to startup ldap server task");
|
||||
task_server_terminate(task, "Failed to startup ldap server task");
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user