Changeset 343 for trunk


Ignore:
Timestamp:
Aug 30, 2018, 2:51:13 PM (6 years ago)
Author:
g7moreau
Message:
  • error in printf with 0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ddt/ddt

    r342 r343  
    26742674            control_syntax_ip($ip) or next LOOP_ON_IP;
    26752675            if (control_exist_ip($computer_db, $ip) == 1) {
    2676                printf "Unkown IP: %015s / %s\n", $ip, $hostname_fq;
     2676               printf "Unkown IP: %15s / %s\n", $ip, $hostname_fq;
    26772677               next LOOP_ON_IP;
    26782678               }
Note: See TracChangeset for help on using the changeset viewer.