diff options
Diffstat (limited to 'NetworkPkg/HttpBootDxe/HttpBootConfig.h')
-rw-r--r-- | NetworkPkg/HttpBootDxe/HttpBootConfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NetworkPkg/HttpBootDxe/HttpBootConfig.h b/NetworkPkg/HttpBootDxe/HttpBootConfig.h index a2afd18a88..e610fe8cd9 100644 --- a/NetworkPkg/HttpBootDxe/HttpBootConfig.h +++ b/NetworkPkg/HttpBootDxe/HttpBootConfig.h @@ -63,6 +63,7 @@ HttpBootConfigFormInit ( /**
Unload the configuration form, this includes: delete all the configuration
entries, uninstall the form callback protocol, and free the resources used.
+ The form will only be unload completely when both IP4 and IP6 stack are stopped.
@param[in] Private Pointer to the driver private data.
|