Resolve Bug IOT-273 (rename "OC_STACK_REPEATED_REQUEST")
[platform/upstream/iotivity.git] / resource / csdk / occoap / src / occoap.c
index ccf428b..63aa982 100644 (file)
@@ -256,7 +256,7 @@ static void HandleCoAPRequests(struct coap_context_t *ctx,
         goto exit;
     }
     else if(requestResult == OC_STACK_SLOW_RESOURCE ||
-            requestResult == OC_STACK_REPEATED_REQUEST)
+            requestResult == OC_STACK_DUPLICATE_REQUEST)
     {
         if(rcvdPdu->hdr->type == COAP_MESSAGE_CON)
         {