Ignore:
Timestamp:
Apr 24, 2019, 4:12:25 PM (6 years ago)
Author:
Herwig Bauernfeind
Message:

Fix Ticket #324 in cltinit.vrs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/smbmon/smbmon.vrx

    r1054 r1058  
    10951095                end
    10961096            end
    1097             smbdpidhandle.I = VRMethod( "CN_Daemons", "AddRecord", smbdhandle, , NLVGetMessage(130)' 'word(smbdpids,I)' ('d2x(word(smbdpids,I))'x)', "$48")
     1097            smbdpidhandle.I = VRMethod( "CN_Daemons", "AddRecord", smbdhandle, , NLVGetMessage(130)' 'right("0000"||word(smbdpids,I),5)' ('right("0000"||d2x(word(smbdpids,I)),4)'x)', "$48")
    10981098            /* we ping all smbd.exe except the first one */
    10991099            if DetectZombies = 1 & I > 1 then do
     
    11361136        nmbdpidhandle.0 = words(nmbdpids)
    11371137        do I = 1 to words(nmbdpids)
    1138             nmbdpidhandle.I = VRMethod( "CN_Daemons", "AddRecord", nmbdhandle, , NLVGetMessage(130)' 'word(nmbdpids,I)' ('d2x(word(nmbdpids,I))'x)', "$48")
     1138            nmbdpidhandle.I = VRMethod( "CN_Daemons", "AddRecord", nmbdhandle, , NLVGetMessage(130)' 'right("0000"||word(nmbdpids,I),5)' ('right("0000"||d2x(word(nmbdpids,I)),4)'x)', "$48")
    11391139        end
    11401140    end
     
    11491149        winbpidhandle.0 = words(winbpids)
    11501150        do I = 1 to words(winbpids)
    1151             winbpidhandle.I = VRMethod( "CN_Daemons", "AddRecord", winbhandle, , NLVGetMessage(130)' 'word(winbpids,I)' ('d2x(word(winbpids,I))'x)', "$48")
     1151            winbpidhandle.I = VRMethod( "CN_Daemons", "AddRecord", winbhandle, , NLVGetMessage(130)' 'right("0000"||word(winbpids,I),5)' ('right("0000"||d2x(word(winbpids,I)),4)'x)', "$48")
    11521152        end
    11531153    end
Note: See TracChangeset for help on using the changeset viewer.