Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 498794 | Differences between
and this patch

Collapse All | Expand All

(-)mit-krb5-1.12.1.orig/work/krb5-1.12.1/src/lib/krb5/os/sendto_kdc.c (-2 / +2 lines)
Lines 372-378 Link Here
372
    struct timeval tv;
372
    struct timeval tv;
373
#endif
373
#endif
374
    krb5_error_code retval;
374
    krb5_error_code retval;
375
    time_ms curtime, interval;
375
    time_ms curtime = 0, interval;
376
376
377
    retval = get_curtime_ms(&curtime);
377
    retval = get_curtime_ms(&curtime);
378
    if (retval != 0)
378
    if (retval != 0)
Lines 913-919 Link Here
913
            void *msg_handler_data, struct conn_state **winner_out)
913
            void *msg_handler_data, struct conn_state **winner_out)
914
{
914
{
915
    int e, selret = 0;
915
    int e, selret = 0;
916
    time_ms endtime;
916
    time_ms endtime = 0;
917
    struct conn_state *state;
917
    struct conn_state *state;
918
918
919
    *winner_out = NULL;
919
    *winner_out = NULL;

Return to bug 498794