dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
[vlendec/samba-autobuild/.git] / source3 / torture / test_dbwrap_watch.c
index 8011c579516da01c3ccd8b1ca673b4faf8f6addc..2a21617fe3c3840ffec016384182a751e1a85bd1 100644 (file)
@@ -66,7 +66,7 @@ bool run_dbwrap_watch1(int dummy)
        }
        TALLOC_FREE(rec);
 
-       status = dbwrap_store_int32(db, keystr, 1);
+       status = dbwrap_store_int32_bystring(db, keystr, 1);
        if (!NT_STATUS_IS_OK(status)) {
                fprintf(stderr, "dbwrap_store_int32 failed: %s\n",
                        nt_errstr(status));