X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=plugins%2Fresolvconf.c;h=df3a834bf6b6ae152d874133f43d6fc249cd1e20;hb=28037643bd3275b6567fbfd84feee909cbfb5352;hp=30002d5c4ed2a38b4a2c84ae648fc20e2299eeee;hpb=8e65bc5177df5ac686c04986ed60d54a98f11fb2;p=connman diff --git a/plugins/resolvconf.c b/plugins/resolvconf.c index 30002d5..df3a834 100644 --- a/plugins/resolvconf.c +++ b/plugins/resolvconf.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2008 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -94,4 +94,4 @@ static void resolvconf_exit(void) } CONNMAN_PLUGIN_DEFINE(resolvconf, "Name resolver plugin", VERSION, - resolvconf_init, resolvconf_exit) + CONNMAN_PLUGIN_PRIORITY_DEFAULT, resolvconf_init, resolvconf_exit)