removed duplicated ERROR_DNS
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 7 Oct 2004 13:16:29 +0000 (13:16 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 7 Oct 2004 13:16:29 +0000 (13:16 +0000)
org.glite.lb.client-interface/interface/context.h

index 20bf587..bbca14f 100644 (file)
@@ -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. */