summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-10-08 07:41:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:33 -0500
commit0b1b8704bdb7c8a37738db722d3b2ac2d2a3e298 (patch)
tree4a1207b41da48eb7435d2548cf7739080c250232 /source4/lib
parent848dff8f0d9242c0c7a417a1482c14ac289deb6f (diff)
downloadsamba-0b1b8704bdb7c8a37738db722d3b2ac2d2a3e298.tar.gz
samba-0b1b8704bdb7c8a37738db722d3b2ac2d2a3e298.tar.bz2
samba-0b1b8704bdb7c8a37738db722d3b2ac2d2a3e298.zip
r10830: we should use the same name in all places:-)
metze (This used to be commit fbe8fd06b700b78f02b7f01fc2ad45eee419d216)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/tools/cmdline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tools/cmdline.c b/source4/lib/ldb/tools/cmdline.c
index 642ad127d8..2428306f39 100644
--- a/source4/lib/ldb/tools/cmdline.c
+++ b/source4/lib/ldb/tools/cmdline.c
@@ -76,7 +76,7 @@ struct ldb_cmdline *ldb_cmdline_process(struct ldb_context *ldb, int argc, const
goto failed;
}
- if (ldb_set_opaque(ldb, "securityToken", system_session(ldb))) {
+ if (ldb_set_opaque(ldb, "sessionInfo", system_session(ldb))) {
goto failed;
}