summaryrefslogtreecommitdiffstats
path: root/makeapi
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-29 16:20:23 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-30 14:09:24 +0200
commit2615103c68e68596473260064dbe84585073eb51 (patch)
tree7fca52f8272c79125514014fb2e9c3ab923252a4 /makeapi
parent7d9afd988aef0ae570683d387770995a8f21dc9f (diff)
downloadfreeipa-2615103c68e68596473260064dbe84585073eb51.tar.gz
freeipa-2615103c68e68596473260064dbe84585073eb51.tar.xz
freeipa-2615103c68e68596473260064dbe84585073eb51.zip
makeaci, makeapi, oddjob: use the default API context
Use the default context rather the server context for code not running inside the server. This prevents the affected code from attempting to initialize the session manager. https://fedorahosted.org/freeipa/ticket/5988 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'makeapi')
-rwxr-xr-xmakeapi1
1 files changed, 0 insertions, 1 deletions
diff --git a/makeapi b/makeapi
index 1b7c958d4..594b8dbae 100755
--- a/makeapi
+++ b/makeapi
@@ -501,7 +501,6 @@ def main():
options, args = parse_options()
cfg = dict(
- context='server',
in_server=True,
in_tree=True,
debug=False,