s3-dbwrap: Make dbwrap_fallback_parse_record private
[mat/samba.git] / source3 / lib / dbwrap / dbwrap_open.c
index bc2dbab449e46b3bf0f64fe91ebc9ccd556c53a7..7865fe7c8c5b975ed324b04b11edb54d271fc1a0 100644 (file)
@@ -110,9 +110,6 @@ struct db_context *db_open(TALLOC_CTX *mem_ctx,
                                     tdb_flags, open_flags, mode);
        }
 
-       if ((result != NULL) && (result->parse_record == NULL)) {
-               result->parse_record = dbwrap_fallback_parse_record;
-       }
        if ((result != NULL) && (result->wipe == NULL)) {
                result->wipe = dbwrap_fallback_wipe;
        }