diff options
author | dteske <dteske@FreeBSD.org> | 2013-06-02 23:18:27 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2013-06-02 23:18:27 +0000 |
commit | 2d62c22a993847496b374145be7924d05cc273ae (patch) | |
tree | 07610eeadac9d6616da4acf5b72a2db562cc1f90 /lib/libc/regex | |
parent | 0d6301c0f948d2645f6a1a1b2771eb17753e99f2 (diff) | |
download | FreeBSD-src-2d62c22a993847496b374145be7924d05cc273ae.zip FreeBSD-src-2d62c22a993847496b374145be7924d05cc273ae.tar.gz |
Fix a bug that would cause a spurious warning to appear to appear in an
edge-case. The case was that you have been through the FTP setup once before
and on the second time through, you cancel at the re-selection of a new FTP
server.
The spurious warning was "device_media: not found" and was caused because
the underlying call to f_device_network_down() did not check to see if the
network device existed before attempting to shut it down.
Add checks to make sure we don't forge ahead unless the device exists.
Diffstat (limited to 'lib/libc/regex')
0 files changed, 0 insertions, 0 deletions