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

(-)rp-pppoe-3.8_orig/src/pppoe-server.c (-1 / +1 lines)
Lines 1776-1782 Link Here
1776
    argv[c++] = "default-asyncmap";
1776
    argv[c++] = "default-asyncmap";
1777
    if (PassUnitOptionToPPPD) {
1777
    if (PassUnitOptionToPPPD) {
1778
	argv[c++] = "unit";
1778
	argv[c++] = "unit";
1779
	sprintf(buffer, "%u", (unsigned int) (ntohs(session->sess) - 1 - SessOffset));
1779
	sprintf(buffer, "%u", (unsigned int) (ntohs(session->sess) - 1));
1780
	argv[c++] = buffer;
1780
	argv[c++] = buffer;
1781
    }
1781
    }
1782
    argv[c++] = NULL;
1782
    argv[c++] = NULL;

Return to bug 204476