diff options
author | Bill Nottingham <notting@redhat.com> | 2002-08-14 01:57:11 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-08-14 01:57:11 +0000 |
commit | ebcdac2bfdf508b972ba3e2867ef80bce00e1ef0 (patch) | |
tree | cb9d843bf0a56bc7173ae4fce484a7551e876394 /sysconfig | |
parent | 502ba1a4550ca28c833db981e108338a89e2b0e1 (diff) | |
download | initscripts-ebcdac2bfdf508b972ba3e2867ef80bce00e1ef0.tar initscripts-ebcdac2bfdf508b972ba3e2867ef80bce00e1ef0.tar.gz initscripts-ebcdac2bfdf508b972ba3e2867ef80bce00e1ef0.tar.bz2 initscripts-ebcdac2bfdf508b972ba3e2867ef80bce00e1ef0.tar.xz initscripts-ebcdac2bfdf508b972ba3e2867ef80bce00e1ef0.zip |
remove extraneous call (#68706)
Diffstat (limited to 'sysconfig')
-rwxr-xr-x | sysconfig/network-scripts/ifdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifdown b/sysconfig/network-scripts/ifdown index 9f07eb6f..cc0ad636 100755 --- a/sysconfig/network-scripts/ifdown +++ b/sysconfig/network-scripts/ifdown @@ -88,7 +88,6 @@ if [ "$BOOTPROTO" = bootp -o "$BOOTPROTO" = dhcp ]; then retcode=$? } else - expand_config # we can't just delete the configured address because that address # may have been changed in the config file since the device was # brought up. Flush all addresses associated with this |