1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-06 16:23:49 +03:00

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.
This commit is contained in:
Gerald Carter
2005-02-23 16:36:44 +00:00
committed by Gerald (Jerry) Carter
parent 7a94eaf181
commit 00738dca3b
4 changed files with 74 additions and 44 deletions

View File

@@ -802,7 +802,6 @@ extern int errno;
#include "messages.h"
#include "charset.h"
#include "dynconfig.h"
#include "adt_tree.h"
#include "util_getent.h"