OSDN Git Service

fixed on Fedora15
authorSeiji Munetoh <munetoh@jp.ibm.com>
Mon, 22 Aug 2011 06:32:00 +0000 (15:32 +0900)
committerSeiji Munetoh <munetoh@jp.ibm.com>
Mon, 22 Aug 2011 06:32:00 +0000 (15:32 +0900)
src/fsm.c

index 600e180..4ce4dcb 100644 (file)
--- a/src/fsm.c
+++ b/src/fsm.c
@@ -371,7 +371,6 @@ int getDigestFlag(char * cond, BYTE **digest, int *digest_size) {
     char * loc;   // loc at value
     char * loc2;  // loc at "base64"
     int len;
-    int rc = 0;
     BYTE *buf;
     int buf_len;
 
@@ -405,7 +404,7 @@ int getDigestFlag(char * cond, BYTE **digest, int *digest_size) {
             return -1;  // end
         }
         if ((loc[0] == '=') && (loc[1] == '=')) {  // ==
-            rc = 1;
+            // operand is ==
         } else {
             ERROR("ERROR 002 [%c%c]  not  == \n", loc[0], loc[1]);
             return -1;  // unknown operand