summaryrefslogtreecommitdiffstats
path: root/source/utils/profiles.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-07-02 01:09:17 +0000
committerTim Potter <tpot@samba.org>2003-07-02 01:09:17 +0000
commit9324703066cfdcb65208420a12e4ab8f358ccc09 (patch)
tree462b2612d79ffe4cf2b36e7301c5efc22861fb13 /source/utils/profiles.c
parentace326ffe5adc957f4e058926e5af4e0c97bd892 (diff)
downloadsamba-9324703066cfdcb65208420a12e4ab8f358ccc09.tar.gz
samba-9324703066cfdcb65208420a12e4ab8f358ccc09.tar.xz
samba-9324703066cfdcb65208420a12e4ab8f358ccc09.zip
#ifdef out apparently unused function.
Diffstat (limited to 'source/utils/profiles.c')
-rw-r--r--source/utils/profiles.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/utils/profiles.c b/source/utils/profiles.c
index afaa83f6384..23df26d1502 100644
--- a/source/utils/profiles.c
+++ b/source/utils/profiles.c
@@ -454,6 +454,8 @@ static int get_sid(DOM_SID *sid, const unsigned char *sid_str)
return 1;
}
+#if 0
+
/*
* Replace SID1, component by component with SID2
* Assumes will never be called with unequal length SIDS
@@ -470,6 +472,8 @@ static void change_sid(DOM_SID *s1, DOM_SID *s2)
}
}
+#endif
+
static void print_sid(DOM_SID *sid)
{
int i, comps = sid->num_auths;