Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/ping/ping.c

    r79ae36dd rbf172825  
    341341            config.dest_str, config.size, config.size);
    342342       
    343         int icmp_phone = icmp_connect_module(ICMP_CONNECT_TIMEOUT);
     343        int icmp_phone = icmp_connect_module();
    344344        if (icmp_phone < 0) {
    345345                fprintf(stderr, "%s: Unable to connect to ICMP service (%s)\n", NAME,
Note: See TracChangeset for help on using the changeset viewer.