summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-private.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-08-29 15:33:33 +0200
committerThomas Haller <thaller@redhat.com>2016-09-09 14:10:27 +0200
commit398e1e8b3c7e63161e7a3c8ac614bb29fd7e3e7c (patch)
tree47e7d6b691035948365879766a87a87d4c97c426 /src/devices/nm-device-private.h
parent94f42e9bec87fa2b62fc368d2eace8f3323778b4 (diff)
downloadNetworkManager-398e1e8b3c7e63161e7a3c8ac614bb29fd7e3e7c.tar.gz
device: remove unneeded activation-stage result NM_ACT_STAGE_RETURN_FINISH
We can express FINISH by returning SUCCESS and not set out_config in act_stage3_ip4_config_start().
Diffstat (limited to 'src/devices/nm-device-private.h')
-rw-r--r--src/devices/nm-device-private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/nm-device-private.h b/src/devices/nm-device-private.h
index c85cb969ba..a91bb422f2 100644
--- a/src/devices/nm-device-private.h
+++ b/src/devices/nm-device-private.h
@@ -32,7 +32,6 @@ enum NMActStageReturn {
NM_ACT_STAGE_RETURN_POSTPONE, /* Long-running operation in progress */
NM_ACT_STAGE_RETURN_WAIT, /* Not ready to start stage; wait */
NM_ACT_STAGE_RETURN_STOP, /* Activation not wanted */
- NM_ACT_STAGE_RETURN_FINISH /* Activation stage done; nothing to do */
};
#define NM_DEVICE_CAP_NONSTANDARD_CARRIER 0x80000000