summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-01 18:19:53 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-01 18:19:53 +0100
commit519ec3b59a3598efef0fca2726af9f451aebe3b8 (patch)
tree8757b7c3811268ff7c8f89220bef366b6bf82453 /network
parent7b932e3d0d5007885c5a83cd741e754cebf4cc2d (diff)
Disable the usage of scripts for now
Diffstat (limited to 'network')
-rw-r--r--network/manager.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/manager.c b/network/manager.c
index 1b68ea2a..3a702260 100644
--- a/network/manager.c
+++ b/network/manager.c
@@ -122,6 +122,7 @@ static void read_config(const char *file)
g_clear_error(&err);
}
+#if 0
conf.panu_script = g_key_file_get_string(keyfile, "PANU Role",
"Script", &err);
if (err) {
@@ -142,6 +143,7 @@ static void read_config(const char *file)
debug("%s: %s", file, err->message);
g_clear_error(&err);
}
+#endif
conf.iface_prefix = g_key_file_get_string(keyfile, "PANU Role",
"Interface", &err);