summaryrefslogtreecommitdiffstats
path: root/talloc/talloc.3.xml
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-08-14 13:21:31 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-19 10:04:09 +0200
commit545f49b72cdf8453fb0b85c9d87e7d4711da57da (patch)
tree0fdc4c215c5d25203ce936b15481fa33def79d30 /talloc/talloc.3.xml
parent9028706a00da1bc48547e74aa872c825ac15adb2 (diff)
proxy: Alocate auth tokens in struct authtok_conv
Struct sss_auth_token became opaque in commit 9acfb09f7969a69f58bd45c856b01700541853ca. All ocasions of "struct sss_auth_token" was replaced with pointer to this struct, but proper initialization of auth_tokens was missing in struct authtok_conv. Resolves: https://fedorahosted.org/sssd/ticket/2046
Diffstat (limited to 'talloc/talloc.3.xml')
0 files changed, 0 insertions, 0 deletions
>, "welcome", "installtype", "findrootparts", "findinstall", "partitionobjinit", "upgrademount", "upgradeswapsuggestion", "addswap", "upgrademigfind", "upgrademigratefs", "upgradecontinue", "readcomps", "findpackages", "upgbootloader", "checkdeps", "dependencies", "confirmupgrade", "install", "migratefilesystems", "preinstallconfig", "installpackages", "postinstallconfig", "instbootloader", "dopostaction", "bootdisk", "complete" ) if iutil.getArch() == "alpha" or iutil.getArch() == "ia64": dispatch.skipStep("bootdisk") dispatch.skipStep("bootloader") dispatch.skipStep("bootloaderadvanced") def setInstallData(self, id): BaseInstallClass.setInstallData(self, id) id.upgrade.set(1) def __init__(self, expert): BaseInstallClass.__init__(self, expert)