Ignore:
Timestamp:
Dec 15, 2005, 10:14:21 AM (18 years ago)
Author:
bcornec
Message:

Fix bug in default gw computation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mondo/mondo/common/libmondo-files.c

    r196 r222  
    12271227           call_program_and_get_last_line_of_output(command));
    12281228    sprintf(command,
    1229             "route -n | grep '^0.0.0.0' | awk '{printf $2}'");
     1229            "route -n | grep '^0.0.0.0' | awk '{print $2}'");
    12301230    strcpy(nfs_client_defgw,
    12311231           call_program_and_get_last_line_of_output(command));
Note: See TracChangeset for help on using the changeset viewer.