summaryrefslogtreecommitdiff
path: root/lib/dbwrap
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dbwrap')
-rw-r--r--lib/dbwrap/dbwrap_ntdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dbwrap/dbwrap_ntdb.c b/lib/dbwrap/dbwrap_ntdb.c
index 5a8ce4b8749..1f34ef88195 100644
--- a/lib/dbwrap/dbwrap_ntdb.c
+++ b/lib/dbwrap/dbwrap_ntdb.c
@@ -49,6 +49,7 @@ static int tdb_store_flag_to_ntdb(int tdb_flag)
default:
smb_panic("unknown tdb_flag");
}
+ return -1; /* NOTREACHED */
}
static NTSTATUS db_ntdb_store(struct db_record *rec, NTDB_DATA data, int flag)