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

Collapse All | Expand All

(-)amanda-2.5.0p2/restore-src/amidxtaped.c.orig (+1 lines)
Lines 214-219 Link Here
214
    char *buf = NULL;
214
    char *buf = NULL;
215
    int data_sock = -1, data_port = -1;
215
    int data_sock = -1, data_port = -1;
216
    socklen_t socklen;
216
    socklen_t socklen;
217
    socklen_t i;
217
    struct sockaddr_in addr;
218
    struct sockaddr_in addr;
218
    match_list_t *match_list;
219
    match_list_t *match_list;
219
    tapelist_t *tapes = NULL;
220
    tapelist_t *tapes = NULL;

Return to bug 127725