|
Lines 324-330
Link Here
|
| 324 |
|
324 |
|
| 325 |
/* if this is the first time through this, and an |
325 |
/* if this is the first time through this, and an |
| 326 |
issue file has been given, then send it */ |
326 |
issue file has been given, then send it */ |
| 327 |
if (first_time && IF) { |
327 |
if (first_time && IF && *IF) { |
| 328 |
int fd; |
328 |
int fd; |
| 329 |
|
329 |
|
| 330 |
if ((fd = open(IF, O_RDONLY)) != -1) { |
330 |
if ((fd = open(IF, O_RDONLY)) != -1) { |