فهرست منبع

HPCC-24332 Dali whitelist error msg to include Dali IP

Signed-off-by: Mark Kelly <mark.kelly@lexisnexisrisk.com>
Mark Kelly 5 سال پیش
والد
کامیت
fdd482cd46
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      system/jlib/jsocket.cpp

+ 3 - 1
system/jlib/jsocket.cpp

@@ -7017,7 +7017,9 @@ public:
 
         if (responseText)
         {
-            responseText->append("Access denied! [client ip=");
+            responseText->append("Access denied! [server ip=");
+            queryHostIP().getIpText(*responseText);
+            responseText->append(", client ip=");
             responseText->append(ip);
             if (role)
             {