1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00
(This used to be commit 6c684c89a4e6e212476335ee57c3b616015598f8)
This commit is contained in:
Martin Pool 2001-12-10 07:29:34 +00:00
parent ebc1f6fda3
commit 6f151481da

View File

@ -1394,7 +1394,9 @@ static int tdb_already_open(dev_t device,
is advisory, use zero for a default value.
Return is NULL on error, in which case errno is also set. Don't
try to call tdb_error or tdb_errname, just do strerror(errno). */
try to call tdb_error or tdb_errname, just do strerror(errno).
@param name may be NULL for internal databases. */
TDB_CONTEXT *tdb_open(char *name, int hash_size, int tdb_flags,
int open_flags, mode_t mode)
{