summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_net.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-11-20 15:31:37 -0800
committerJeremy Allison <jra@samba.org>2007-11-20 15:31:37 -0800
commitc049b8157d0bb4b5cd57b66740a26813be4f9eba (patch)
tree6f686883427361d8e8420a3725f33b8e9f4fb74d /source3/rpc_parse/parse_net.c
parent61b37c73eeff8548c63df76e7d650c27746ca720 (diff)
downloadsamba-c049b8157d0bb4b5cd57b66740a26813be4f9eba.tar.gz
samba-c049b8157d0bb4b5cd57b66740a26813be4f9eba.tar.bz2
samba-c049b8157d0bb4b5cd57b66740a26813be4f9eba.zip
More trivial pstring removal.
Jeremy. (This used to be commit bac3bb2f6e9e15b3a9a6a6511c484f8509918ca1)
Diffstat (limited to 'source3/rpc_parse/parse_net.c')
-rw-r--r--source3/rpc_parse/parse_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_net.c b/source3/rpc_parse/parse_net.c
index e12d9dda0d..df11c6d75a 100644
--- a/source3/rpc_parse/parse_net.c
+++ b/source3/rpc_parse/parse_net.c
@@ -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:""));