summaryrefslogtreecommitdiff
path: root/source3/torture/nbio.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/nbio.c')
-rw-r--r--source3/torture/nbio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/torture/nbio.c b/source3/torture/nbio.c
index 40533fe48a..0d6955c879 100644
--- a/source3/torture/nbio.c
+++ b/source3/torture/nbio.c
@@ -89,6 +89,8 @@ static int find_handle(int handle)
printf("(%d) ERROR: handle %d was not found\n",
line_count, handle);
exit(1);
+
+ return -1; /* Not reached */
}