| 581 | |
| 582 | #ifndef WIN_NT |
| 583 | bool ISC_expand_filename(tstring& buff, bool expand_mounts) |
| 584 | { |
| 585 | /************************************** |
| 586 | * |
| 587 | * I S C _ e x p a n d _ f i l e n a m e ( N F S ) |
| 588 | * |
| 589 | ************************************** |
| 590 | * |
| 591 | * Functional description |
| 592 | * Expand a filename by following links. As soon as a TCP node name |
| 593 | * shows up, stop translating. |
| 594 | * |
| 595 | **************************************/ |
| 596 | |
| 597 | expand_filename2(buff, expand_mounts); |
| 598 | return true; |
| 599 | } |
| 600 | #endif |
| 601 | |
| 602 |
no test coverage detected