diff -Naur hal-0.5.11/tools/hal-storage-mount.c hal-0.5.11-magellan/tools/hal-storage-mount.c --- hal-0.5.11/tools/hal-storage-mount.c 2008-05-08 01:24:23.000000000 +0200 +++ hal-0.5.11-magellan/tools/hal-storage-mount.c 2008-09-11 13:44:14.000000000 +0200 @@ -763,13 +763,13 @@ if (pol_is_fixed) { if (pol_change_uid) { - action = NULL; /* "hal-storage-mount-fixed-extra-options"; TODO: rethink */ + action = "hal-storage-mount-fixed-extra-options"; } else { action = "org.freedesktop.hal.storage.mount-fixed"; } } else { if (pol_change_uid) { - action = NULL; /* "hal-storage-mount-removable-extra-options"; TODO: rethink "extra-options" */ + action = "hal-storage-mount-removable-extra-options"; } else { action = "org.freedesktop.hal.storage.mount-removable"; }