1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-19 23:17:05 +03:00

3 Commits

Author SHA1 Message Date
Gerald Carter
00738dca3b r5517: code cleanup; rename the sorted_tree to pathtree (used by registry code)
I was going to use this for tracking dfs mounts in smbclient
but found another way.  Still the cleanup is valid so commiting it.
should be minimally disruptive since it is not widely used.
2007-10-10 10:55:43 -05:00
Andrew Tridgell
d2d653a1a6 fixed compilation with --enable-dmalloc
the macro redefinition of free() means we cannot have a structure
element called "free"
-
Gerald Carter
a43d9788fa virtual registry framework with initial printing hooks. -