1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

test: fix compile warning on test summary

This commit is contained in:
Björn Jacke 2012-07-06 07:01:09 +02:00
parent 2cc38ac413
commit a93f56a069

View File

@ -2,7 +2,7 @@
void exit(int);
main()
int main()
{
#if !defined(HAVE_FCNTL_LOCK)
printf("ERROR: No locking available. Running Samba would be unsafe\n");