diff options
Diffstat (limited to 'source/lib/util_sid.c')
-rw-r--r-- | source/lib/util_sid.c | 2 |
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; |