summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/mDNSShared/DebugServices.c
diff options
context:
space:
mode:
Diffstat (limited to 'mDNSResponder/mDNSShared/DebugServices.c')
-rw-r--r--mDNSResponder/mDNSShared/DebugServices.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mDNSResponder/mDNSShared/DebugServices.c b/mDNSResponder/mDNSShared/DebugServices.c
index 98f876a4..44305a5c 100644
--- a/mDNSResponder/mDNSShared/DebugServices.c
+++ b/mDNSResponder/mDNSShared/DebugServices.c
@@ -1746,8 +1746,8 @@ DEBUG_EXPORT const char * DebugGetErrorString( int_least32_t inErrorCode, char
CaseErrorStringifyHardCode( -65548, mStatus_NameConflict );
CaseErrorStringifyHardCode( -65549, mStatus_Invalid );
CaseErrorStringifyHardCode( -65550, mStatus_GrowCache );
- CaseErrorStringifyHardCode( -65551, mStatus_BadInterfaceErr );
- CaseErrorStringifyHardCode( -65552, mStatus_Incompatible );
+ CaseErrorStringifyHardCode( -65551, mStatus_Incompatible );
+ CaseErrorStringifyHardCode( -65552, mStatus_BadInterfaceErr );
CaseErrorStringifyHardCode( -65791, mStatus_ConfigChanged );
CaseErrorStringifyHardCode( -65792, mStatus_MemFree );