]> eyrie.org Git - kerberos/krb5-sync.git/commit
Invert the arguments to pwupdate_init
authorRuss Allbery <eagle@eyrie.org>
Thu, 21 Nov 2013 02:48:37 +0000 (18:48 -0800)
committerRuss Allbery <eagle@eyrie.org>
Thu, 21 Nov 2013 02:48:37 +0000 (18:48 -0800)
commita7da7cc91267704e9f365199e5607811c33f6cb2
tree84d10f1db08d68993ad183ba6eacd2c4cc7b970f
parentab72c93ab84dc549cabd8aaa3609a52dee4058d5
Invert the arguments to pwupdate_init

Pass in the out parameter last, which is more consistent with the
Kerberos calling convention and the hook APIs for both MIT and
Heimdal.
plugin/api.c
plugin/heimdal.c
plugin/internal.h
plugin/mit.c
tests/plugin/queue-only-t.c
tests/plugin/queuing-t.c
tools/krb5-sync.c