mirror of
https://github.com/samba-team/samba.git
synced 2025-08-31 22:02:58 +03:00
committed by
Gerald (Jerry) Carter
parent
8309f2c35b
commit
15446aadaf
@ -77,7 +77,7 @@ int ejs_net_userman(MprVarHandle eid, int argc, struct MprVar **argv)
|
|||||||
obj = mprInitObject(eid, "NetUsrCtx", argc, argv);
|
obj = mprInitObject(eid, "NetUsrCtx", argc, argv);
|
||||||
|
|
||||||
/* we need to make a copy of the string for this object */
|
/* we need to make a copy of the string for this object */
|
||||||
userman_domain = talloc_strdup(obj, userman_domain);
|
userman_domain = talloc_strdup(ctx, userman_domain);
|
||||||
|
|
||||||
/* add properties */
|
/* add properties */
|
||||||
mprSetPtrChild(obj, "ctx", ctx);
|
mprSetPtrChild(obj, "ctx", ctx);
|
||||||
|
Reference in New Issue
Block a user