removed unused error code
authorDaniel Kouřil <kouril@ics.muni.cz>
Tue, 24 Jun 2008 14:05:33 +0000 (14:05 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Tue, 24 Jun 2008 14:05:33 +0000 (14:05 +0000)
org.glite.lb.logger/src/il_error.c
org.glite.lb.logger/src/il_error.h

index 3054d68..630bd75 100644 (file)
@@ -109,11 +109,6 @@ set_error(int code, long minor, char *msg)
     snprintf(err->msg, IL_ERR_MSG_LEN, "%s: %s", msg, hstrerror(err->code_min));
     break;
 
-  /* XXX DK: je tahle hodnota k necemu potreba? */
-  case IL_AUTH:
-    snprintf(err->msg, IL_ERR_MSG_LEN, "%s: %s", msg, ERR_error_string(err->code_min, NULL));
-    break;
-
   case IL_DGGSS:
     switch(err->code_min) {
 
index 120e7ed..09c593e 100644 (file)
@@ -9,7 +9,6 @@ enum err_code_maj { /* minor =                   */
   IL_OK,            /*     0                     */
   IL_SYS,           /*     errno                 */
   IL_NOMEM,         /*     ENOMEM                */
-  IL_AUTH,          /*     0 (SSL error)         */
   IL_PROTO,         /*     LB_*                  */
   IL_LBAPI,         /*     dgLBErrCode           */
   IL_DGGSS,         /*     EDG_WLL_GSS_*         */