search for: loport

Displaying 1 result from an estimated 1 matches for "loport".

Did you mean: ioport
2006 Jan 17
0
asterisk.ctl limitations
...nto -'s */ hiport = getportpoop (cp, 0); - if (hiport == 0) + if ((hiport == 0) && (unixsock_name==NULL) ) bail ("invalid port %s", cp); } unescape(argv[optind]); /* turn \-'s into -'s */ } /* if found a dash */ loport = getportpoop (argv[optind], 0); - if (loport == 0) + if ((loport == 0) && (unixsock_name==NULL) ) bail ("invalid port %s", argv[optind]); if (hiport > loport) { /* was it genuinely a range? */ Single = 0; /* multi-mode, case B */