OSDN Git Service

(none)
authorryuz <ryuz>
Mon, 14 Dec 2009 11:26:28 +0000 (11:26 +0000)
committerryuz <ryuz>
Mon, 14 Dec 2009 11:26:28 +0000 (11:26 +0000)
cfgrtr/source/attisr.cpp
cfgrtr/source/credtq.cpp

index 9b9b31b..ea06bf2 100755 (executable)
@@ -82,7 +82,7 @@ int CApiAttIsr::AnalyzeApi(const char* pszApiName, const char* pszParams)
                
                return CFG_ERR_OK;
        }
-       else if ( strcmp(pszApiName, "KERNEL_RES_ISRID") == 0 )
+       else if ( strcmp(pszApiName, "KERNEL_RSV_ISRID") == 0 )
        {
                int iId;
 
index 2ca5a86..4388c86 100755 (executable)
@@ -72,7 +72,7 @@ int CApiCreDtq::AnalyzeApi(const char* pszApiName, const char* pszParams)
 
                return CFG_ERR_OK;
        }
-       else if ( strcmp(pszApiName, "KERNEL_RES_DTQID") == 0 )
+       else if ( strcmp(pszApiName, "KERNEL_RSV_DTQID") == 0 )
        {
                int iId;