1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r15034: Attempt to make the build farm happy

This commit is contained in:
Volker Lendecke 2006-04-11 06:35:36 +00:00 committed by Gerald (Jerry) Carter
parent 1217ed392b
commit 8b3e87184a

View File

@ -410,7 +410,7 @@ void exit_server(const char *reason)
exit(0);
}
void exit_server_cleanly(void)
void exit_server_cleanly(const char *const reason)
{
exit_server("normal exit");
}