(krb5_storage_from_fd): zero flags
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6028 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -69,7 +69,7 @@ krb5_storage_from_fd(int fd)
|
|||||||
{
|
{
|
||||||
krb5_storage *sp = malloc(sizeof(krb5_storage));
|
krb5_storage *sp = malloc(sizeof(krb5_storage));
|
||||||
sp->data = malloc(sizeof(fd_storage));
|
sp->data = malloc(sizeof(fd_storage));
|
||||||
sp->host_byteorder = 0;
|
sp->flags = 0;
|
||||||
FD(sp) = fd;
|
FD(sp) = fd;
|
||||||
sp->fetch = fd_fetch;
|
sp->fetch = fd_fetch;
|
||||||
sp->store = fd_store;
|
sp->store = fd_store;
|
||||||
|
Reference in New Issue
Block a user