buffalo-enc: accept the longstate command line option

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 43755
This commit is contained in:
Felix Fietkau 2014-12-20 15:26:25 +00:00
parent e7d7f59171
commit 8e8437103c
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ int main(int argc, char *argv[])
while ( 1 ) {
int c;
c = getopt(argc, argv, "adi:m:o:hp:v:k:r:s:");
c = getopt(argc, argv, "adi:m:o:hlp:v:k:r:s:");
if (c == -1)
break;