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

r15255: Add return statement after abort to placate fussy compilers. Closes #3721.

This commit is contained in:
Tim Potter 2006-04-25 21:36:35 +00:00 committed by Gerald (Jerry) Carter
parent 4330d1b74c
commit ab5a55ec8b

View File

@ -563,6 +563,8 @@ OR
smb_panic("brlock_posix_split_merge\n");
/* Notreached. */
abort();
/* Keep some compilers happy. */
return 0;
}
/****************************************************************************