summaryrefslogtreecommitdiffstats
path: root/source/lib/util_sid.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2001-12-30 22:59:23 +0000
committerSimo Sorce <idra@samba.org>2001-12-30 22:59:23 +0000
commite2655e7c6752e12d1fd882734ea9d6f8648b6a9c (patch)
treebaad8b7122c7c1f226acfdc4e6a3b531aab02b2e /source/lib/util_sid.c
parent271485e909a5096eea7ec9ade6ba93fd4e2c9448 (diff)
downloadsamba-e2655e7c6752e12d1fd882734ea9d6f8648b6a9c.tar.gz
samba-e2655e7c6752e12d1fd882734ea9d6f8648b6a9c.tar.xz
samba-e2655e7c6752e12d1fd882734ea9d6f8648b6a9c.zip
never, never, never, never commit without testing it ...
3 mistakes in a day :( time to get an holyday?
Diffstat (limited to 'source/lib/util_sid.c')
-rw-r--r--source/lib/util_sid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/util_sid.c b/source/lib/util_sid.c
index d250eb1da54..d1dcbb59990 100644
--- a/source/lib/util_sid.c
+++ b/source/lib/util_sid.c
@@ -369,7 +369,7 @@ char *sid_to_string(fstring sidstr_out, DOM_SID *sid)
BOOL string_to_sid(DOM_SID *sidout, const char *sidstr)
{
pstring tok;
- char *p. *q;
+ char *p, *q;
/* BIG NOTE: this function only does SIDS where the identauth is not >= 2^32 */
uint32 ia;