ntdb: Fix control reaches end of non-void function.
[kai/samba-autobuild/.git] / lib / ntdb / test / run-capabilities.c
index dac9302fc6556c16ff6bc24143ad3ae92a10ea28..f968393a1a70b453b08813e60c497110e40f4bfc 100644 (file)
@@ -274,4 +274,10 @@ int main(int argc, char *argv[])
 
 out:
        failtest_exit(exit_status());
+
+       /*
+        * We will never reach this but the compiler complains if we do not
+        * return in this function.
+        */
+       return EFAULT;
 }