summaryrefslogtreecommitdiff
path: root/source4/ldap_server
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-06-30 23:25:32 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-07-02 10:08:16 +1000
commitc48279896d93ab8d4490cbf9d47eb6f763b43785 (patch)
tree53f9f6417e6c50aa860e406871e1f083baccc6f9 /source4/ldap_server
parent5a66edc99ee782e36efa2fc64a7603247ba3abc1 (diff)
downloadsamba-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 'source4/ldap_server')
0 files changed, 0 insertions, 0 deletions