|
Lines 508-514
TapBridge::CreateTap (void)
|
Link Here
|
|---|
|
| 508 |
// If the execlp successfully completes, it never returns. If it returns it failed or the OS is |
508 |
// If the execlp successfully completes, it never returns. If it returns it failed or the OS is |
| 509 |
// broken. In either case, we bail. |
509 |
// broken. In either case, we bail. |
| 510 |
// |
510 |
// |
| 511 |
NS_FATAL_ERROR ("TapBridge::CreateTap(): Back from execlp(), errno = " << ::strerror (errno)); |
511 |
NS_FATAL_ERROR ("TapBridge::CreateTap(): Back from execlp(), status = " << status << |
|
|
512 |
" errno = " << ::strerror (errno)); |
| 512 |
} |
513 |
} |
| 513 |
else |
514 |
else |
| 514 |
{ |
515 |
{ |