From e8c6fa875592b43590f6fd65660eedf06ad98534 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 17 Nov 2011 19:04:15 -0600 Subject: [PATCH] trivial: fix wrong return type --- src/nm-policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nm-policy.c b/src/nm-policy.c index d0f98a5d8c..d477ca4231 100644 --- a/src/nm-policy.c +++ b/src/nm-policy.c @@ -730,7 +730,7 @@ activate_data_free (ActivateData *data) g_free (data); } -static NMActStageReturn +static gboolean check_master_dependency (NMManager *manager, NMDevice *device, NMConnection *connection) { NMSettingConnection *s_con;