1
0
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:
Andrew Tridgell
2005-06-25 23:53:14 +00:00
committed by Gerald (Jerry) Carter
parent d2e9e95ea2
commit a7447e25ac
7 changed files with 23 additions and 23 deletions

View File

@@ -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");
}
/*