summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcli/util/doserr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c
index 1663edb520..a0c152db18 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -3349,9 +3349,9 @@ const struct werror_str_struct dos_err_strs[] = {
{ WERR_ADDRESS_NOT_ASSOCIATED, "An address has not yet been associated with the network endpoint." },
{ WERR_CONNECTION_INVALID, "An operation was attempted on a nonexistent network connection." },
{ WERR_CONNECTION_ACTIVE, "An invalid operation was attempted on an active network connection." },
- { WERR_NETWORK_UNREACHABLE, "The network location cannot be reached. For information about network troubleshooting, see Windows Help." },
- { WERR_HOST_UNREACHABLE, "The network location cannot be reached. For information about network troubleshooting, see Windows Help." },
- { WERR_PROTOCOL_UNREACHABLE, "The network location cannot be reached. For information about network troubleshooting, see Windows Help." },
+ { WERR_NETWORK_UNREACHABLE, "The network location cannot be reached." },
+ { WERR_HOST_UNREACHABLE, "The network location cannot be reached." },
+ { WERR_PROTOCOL_UNREACHABLE, "The network location cannot be reached." },
{ WERR_PORT_UNREACHABLE, "No service is operating at the destination network endpoint on the remote system." },
{ WERR_REQUEST_ABORTED, "The request was aborted." },
{ WERR_CONNECTION_ABORTED, "The network connection was aborted by the local system." },
@@ -3374,7 +3374,7 @@ const struct werror_str_struct dos_err_strs[] = {
{ WERR_BAD_USER_PROFILE, "The specified user does not have a valid profile." },
{ WERR_NOT_SUPPORTED_ON_SBS, "This operation is not supported on a computer running Windows ServerĀ 2003 for Small Business Server." },
{ WERR_SERVER_SHUTDOWN_IN_PROGRESS, "The server machine is shutting down." },
- { WERR_HOST_DOWN, "The remote system is not available. For information about network troubleshooting, see Windows Help." },
+ { WERR_HOST_DOWN, "The remote system is not available." },
{ WERR_NON_ACCOUNT_SID, "The security identifier provided is not from an account domain." },
{ WERR_NON_DOMAIN_SID, "The security identifier provided does not have a domain component." },
{ WERR_APPHELP_BLOCK, "AppHelp dialog canceled, thus preventing the application from starting." },