This patch adds support for configuration profiles, which can be used to
[obnox/wireshark/wip.git] / update.c
index 4296d4c35350da7bfdca2ab9e52fa1a6692d081b..05f8dbefeeeeedb254ccc9164db562867aa4cc6f 100644 (file)
--- a/update.c
+++ b/update.c
@@ -312,7 +312,7 @@ update_check(gboolean interactive)
 \r
     /* build update file name */\r
     /* XXX - using the personal path, use temp dir instead? */\r
-    local_file = get_persconffile_path("wsupdate", TRUE /*for_writing*/);\r
+    local_file = get_persconffile_path("wsupdate", FALSE, TRUE /*for_writing*/);\r
     if(local_file == NULL) {\r
         g_warning("Couldn't create output path!");\r
         return;\r