]> 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>
Thu, 31 Jan 2013 21:01:19 +0000 (16:01 -0500)
commit23f30eb43c808e125930fcd00aa796e01d91ad76
treea4869f9e9ecb951c856184379671fc1740cf0153
parent7f5fec05416104201ecef7b5e4a712d1d6c0eed3
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: 7534
src/lib/rpc/svc_raw.c