From: Aleš Křenek Date: Thu, 7 Oct 2004 13:16:29 +0000 (+0000) Subject: removed duplicated ERROR_DNS X-Git-Tag: glite-lb-common_R_0_2_0~125 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=83fdd3046f14951bfa39241524638e207c1ea1d8;p=jra1mw.git removed duplicated ERROR_DNS --- diff --git a/org.glite.lb.client-interface/interface/context.h b/org.glite.lb.client-interface/interface/context.h index 20bf587..bbca14f 100644 --- a/org.glite.lb.client-interface/interface/context.h +++ b/org.glite.lb.client-interface/interface/context.h @@ -140,7 +140,6 @@ typedef enum _edg_wll_ErrorCode { EDG_WLL_ERROR_URL_FORMAT, /**< Malformed URL */ EDG_WLL_ERROR_MD5_CLASH, /**< MD5 hash same for different strings. Very unlikely :-). */ EDG_WLL_ERROR_GSS, /**< Generic GSSAPI error. See errDesc returned by edg_wll_Error(). */ - EDG_WLL_ERROR_DNS, /**< DNS resolver error. See errDesc returned by edg_wll_Error(). */ EDG_WLL_ERROR_NOJOBID, /**< Attmepted call requires calling edg_wll_SetLoggingJob() first. */ EDG_WLL_ERROR_NOINDEX, /**< Query does not contain any conidion on indexed attribute. */ EDG_WLL_IL_PROTO, /**< Interlogger to lbserver communication protocol error. */