Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 486714
Collapse All | Expand All

(-)/home/user/src/qemu-1.5.3-org/fsdev/virtfs-proxy-helper.c (+1 lines)
Lines 760-765 Link Here
760
        return -1;
760
        return -1;
761
    }
761
    }
762
762
763
	size = sizeof(struct sockaddr_un);
763
    client = accept(sock, (struct sockaddr *)&qemu, &size);
764
    client = accept(sock, (struct sockaddr *)&qemu, &size);
764
    if (client < 0) {
765
    if (client < 0) {
765
        do_perror("accept");
766
        do_perror("accept");

Return to bug 486714