diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-06-30 23:25:32 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-07-02 10:08:16 +1000 |
commit | c48279896d93ab8d4490cbf9d47eb6f763b43785 (patch) | |
tree | 53f9f6417e6c50aa860e406871e1f083baccc6f9 /source3/registry/reg_util_legacy.h | |
parent | 5a66edc99ee782e36efa2fc64a7603247ba3abc1 (diff) | |
download | samba-c48279896d93ab8d4490cbf9d47eb6f763b43785.tar.gz samba-c48279896d93ab8d4490cbf9d47eb6f763b43785.tar.bz2 samba-c48279896d93ab8d4490cbf9d47eb6f763b43785.zip |
s4:dsdb Ensure we free old schema copies
It was reported by aatanasov that we kept around one whole schema per
modification made. This does not fix that, but I hope moves us closer
to a fix
The most important part of the fix is that:
- if (schema_out != schema_in) {
- talloc_unlink(schema_in, ldb);
- }
was the wrong way around. This is now handled in the schema_set calls.
Andrew Bartlett
Diffstat (limited to 'source3/registry/reg_util_legacy.h')
0 files changed, 0 insertions, 0 deletions