]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix initial call to svcraw_create
authorNickolai Zeldovich <nickolai@csail.mit.edu>
Mon, 7 Jan 2013 06:33:15 +0000 (01:33 -0500)
committerTom Yu <tlyu@mit.edu>
Mon, 22 Apr 2013 23:59:20 +0000 (19:59 -0400)
commit3db4dcb75ad6a275d300e2c1df83877918fec20a
tree2c3e17835f81553032aa79672b0562ba9fe83288
parent5bad062b6e122354a5557d463f1e5e198374e0c9
Fix initial call to svcraw_create

gssrpc raw services could not work because svcraw_create did not set
svcraw_private after allocating memory for it.

[ghudson@mit.edu: commit message, patch splitting]

(cherry picked from commit 5e3bf4ac6cb02601c5f10c5b2804fd5028c80119)

ticket: 7618 (new)
src/lib/rpc/svc_raw.c