Index: trunk/psModules/src/config/pmConfigDump.c
===================================================================
--- trunk/psModules/src/config/pmConfigDump.c	(revision 18905)
+++ trunk/psModules/src/config/pmConfigDump.c	(revision 18908)
@@ -64,5 +64,5 @@
       PS_ASSERT_PTR_NON_NULL(config, false);
 
-      psMetadata *cameras = psMetadataLookupMetadata(NULL, config->complete, "CAMERAS"); // Known cameras
+      psMetadata *cameras = psMetadataLookupMetadata(NULL, config->system, "CAMERAS"); // Known cameras
       if (!cameras) {
           psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to find CAMERAS in the system configuration.\n");
@@ -146,5 +146,5 @@
     }
 
-    if (!psMetadataConfigWrite(config->complete, filename)) {
+    if (!psMetadataConfigWrite(config->user, filename)) {
         psError(PS_ERR_IO, false, "Unable to dump configuration to %s", filename);
         psFree(filename);
