View | Details | Raw Unified | Return to bug 26554
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- xl2tpd-control.c
0
++ xl2tpd-control.c
Lines 96-102 int main (int argc, char *argv[]) Link Here
96
    struct command_t* command = NULL;    
96
    struct command_t* command = NULL;    
97
    int i; /* argv iterator */
97
    int i; /* argv iterator */
98
98
99
    if (!strncmp (argv[1], "--help", 6))
99
    if ((argc>1) && !strncmp (argv[1], "--help", 6))
100
    {
100
    {
101
        help();
101
        help();
102
        return 0;
102
        return 0;

Return to bug 26554