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:
parent
2cc38ac413
commit
a93f56a069
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
void exit(int);
|
void exit(int);
|
||||||
|
|
||||||
main()
|
int main()
|
||||||
{
|
{
|
||||||
#if !defined(HAVE_FCNTL_LOCK)
|
#if !defined(HAVE_FCNTL_LOCK)
|
||||||
printf("ERROR: No locking available. Running Samba would be unsafe\n");
|
printf("ERROR: No locking available. Running Samba would be unsafe\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user