mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Fix a bug that resulted in spurious error message "f_media_shutdown_http:
not found" from /usr/libexec/bsdconfig/030.packages/packages.
This commit is contained in:
parent
4b939b1160
commit
0a9f7376ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257756
@ -321,7 +321,7 @@ f_media_set_http()
|
||||
device_http set type $DEVICE_TYPE_HTTP
|
||||
device_http set init f_media_init_http
|
||||
device_http set get f_media_get_http
|
||||
device_http set shutdown f_media_shutdown_http
|
||||
device_http set shutdown :
|
||||
device_http set private network
|
||||
f_struct_copy device_http device_media
|
||||
f_struct_free device_http
|
||||
|
Loading…
Reference in New Issue
Block a user