mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
krb5: update source URL and add build fix patch
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
committed by
Steven Barth
parent
a7bb98aab9
commit
8c95cf3a12
@@ -0,0 +1,12 @@
|
||||
diff -u --recursive krb5-1.12.1-vanilla/src/lib/krad/packet.c krb5-1.12.1/src/lib/krad/packet.c
|
||||
--- krb5-1.12.1-vanilla/src/lib/krad/packet.c 2014-07-18 00:10:11.916603406 -0400
|
||||
+++ krb5-1.12.1/src/lib/krad/packet.c 2014-07-18 00:20:23.471574387 -0400
|
||||
@@ -253,7 +253,7 @@
|
||||
{
|
||||
krb5_error_code retval;
|
||||
krad_packet *pkt;
|
||||
- uchar id;
|
||||
+ uchar id = 0;
|
||||
size_t attrset_len;
|
||||
|
||||
pkt = packet_new();
|
||||
Reference in New Issue
Block a user