]> git.ipfire.org Git - thirdparty/krb5.git/commit
Work around uninitialized warning in logger.c 395/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 14 Jan 2016 17:24:31 +0000 (12:24 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 14 Jan 2016 17:24:31 +0000 (12:24 -0500)
commit74d58620a1f17667156f45b0e59a5027ca109986
treeae4f2a3a2da98735882e882a71cb3c87a6426c21
parent8fd85a77789496b8d7f8092f6e8a2824bc09a6cf
Work around uninitialized warning in logger.c

gcc 4.6.3 erroneously detects uninitialized use of the variable f
after commit 9914b93516bbce9b1123ed5f9f796b7028944892.  Initialize it
to work around this warning.

ticket: 8344
src/lib/kadm5/logger.c