summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/ejsnet/net_user.c
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2007-04-17 23:06:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:02 -0500
commit4a23a696b957639a9f9ffbdd0121ce1ff453d20c (patch)
tree04e88ea019d149febdf41890dbee445e604685cf /source4/scripting/ejs/ejsnet/net_user.c
parente18eed167a020d1262ff4508ecd51d74fb18c4cc (diff)
downloadsamba-4a23a696b957639a9f9ffbdd0121ce1ff453d20c.tar.gz
samba-4a23a696b957639a9f9ffbdd0121ce1ff453d20c.tar.bz2
samba-4a23a696b957639a9f9ffbdd0121ce1ff453d20c.zip
r22323: - add credentials property to NetContext object
- change a comment (matches the idea better) rafal (This used to be commit 4e8d9d3f6066d86af0e6dbe1f7091ce848dceb4f)
Diffstat (limited to 'source4/scripting/ejs/ejsnet/net_user.c')
-rw-r--r--source4/scripting/ejs/ejsnet/net_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/ejs/ejsnet/net_user.c b/source4/scripting/ejs/ejsnet/net_user.c
index 9a4f9473f6..804ca04cd6 100644
--- a/source4/scripting/ejs/ejsnet/net_user.c
+++ b/source4/scripting/ejs/ejsnet/net_user.c
@@ -59,7 +59,7 @@ int ejs_net_userman(MprVarHandle eid, int argc, struct MprVar **argv)
} else if (argc == 1 && mprVarIsString(argv[0]->type)) {
/* domain name can also be specified explicitly
- (e.g. to connect remote domain) */
+ (e.g. to connect BUILTIN domain) */
userman_domain = mprToString(argv[0]);
} else {