1
0
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:
Jeremy Allison
2007-11-20 15:31:37 -08:00
parent 76f9c0b2dc
commit bac3bb2f6e
6 changed files with 136 additions and 59 deletions

View File

@@ -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:""));