codestyle: removed extra line
parent
e00c34b286
commit
fa8f1d4306
|
|
@ -177,7 +177,6 @@ int main(int argc, char **argv)
|
|||
|
||||
if (send_open)
|
||||
printf("ignoring -o, due to listen-only option -l\n");
|
||||
|
||||
} else if (send_open) {
|
||||
sprintf(buf, "O\r");
|
||||
write(fd, buf, strlen(buf));
|
||||
|
|
|
|||
Loading…
Reference in New Issue