1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00
Files
samba-mirror/source
Andrew Kroeger 0ed6f1b162 registry: Properly check return values from ldb_*() functions.
There were a few cases left that attempted to detect errors from ldb_*()
function calls using "(ret < 0)".  As all LDB_* error codes are greater than
zero, there was no chance any errors would be detected.  Changed all such tests
to use "(ret != LDB_SUCCESS)".
2008-01-18 03:41:59 +01:00
..
2008-01-16 15:08:00 +01:00
2007-10-10 14:20:34 -05:00
2008-01-15 02:04:42 +01:00
2008-01-11 03:27:26 +01:00
2007-10-10 15:07:10 -05:00