Ignore:
Timestamp:
Feb 7, 2018, 10:39:40 AM (8 years ago)
Author:
Herwig Bauernfeind
Message:

SMBMon: ACLS browser, missing, recreated stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/shared/smbtree.vrs

    r1030 r1053  
    740740                   when pos("LOGIN SUCCESSFUL",        trStWT) > 0 then ok = VRSet("DT_STATUSBAR","BACKCOLOR","GREEN")
    741741                   when pos("NT_STATUS_OK",            trStWT) > 0 then ok = VRSet("DT_STATUSBAR","BACKCOLOR","GREEN")
     742                   when pos("OK",                      trStWT) > 0 then ok = VRSet("DT_STATUSBAR","BACKCOLOR","GREEN")
    742743                   when pos("NT_STATUS_ACCESS_DENIED", trStWT) > 0 then ok = VRSet("DT_STATUSBAR","BACKCOLOR","YELLOW")
    743744                   when pos("ERROR",                   trStWT) > 0 then ok = VRSet("DT_STATUSBAR","BACKCOLOR","RED")
Note: See TracChangeset for help on using the changeset viewer.