mirror of
https://github.com/samba-team/samba.git
synced 2025-11-23 20:23:50 +03:00
More trivial pstring removal.
Jeremy.
This commit is contained in:
@@ -1086,7 +1086,7 @@ bool net_io_r_srv_pwset(const char *desc, NET_R_SRV_PWSET *r_s, prs_struct *ps,
|
||||
static int init_dom_sid2s(TALLOC_CTX *ctx, const char *sids_str, DOM_SID2 **ppsids)
|
||||
{
|
||||
const char *ptr;
|
||||
pstring s2;
|
||||
fstring s2;
|
||||
int count = 0;
|
||||
|
||||
DEBUG(4,("init_dom_sid2s: %s\n", sids_str ? sids_str:""));
|
||||
|
||||
Reference in New Issue
Block a user