mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
tdb: Fix a comment
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Sep 30 23:08:07 CEST 2014 on sn-devel-104
This commit is contained in:
parent
93e81d423d
commit
703ef59d00
@ -511,7 +511,7 @@ static int _tdb_store(struct tdb_context *tdb, TDB_DATA key,
|
||||
goto fail;
|
||||
}
|
||||
}
|
||||
/* reset the error code potentially set by the tdb_update() */
|
||||
/* reset the error code potentially set by the tdb_update_hash() */
|
||||
tdb->ecode = TDB_SUCCESS;
|
||||
|
||||
/* delete any existing record - if it doesn't exist we don't
|
||||
|
Loading…
Reference in New Issue
Block a user