diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2009-05-24 18:28:37 +0200 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2009-05-24 18:28:37 +0200 |
commit | 5acd56d404820123619320bb11f9f6466c7442d1 (patch) | |
tree | 09cbdd07f872c7ed751beb6f41bcb4e3ccebd7f5 | |
parent | af75c7ad59dcc8945cc7c92874b484d7519c1b7a (diff) | |
parent | 5ea1c2aff509591fd753f5769552c84b910f870e (diff) |
Merge branch 'master' of ssh://dkukawka@git.freedesktop.org/git/hal
-rw-r--r-- | hald/linux/probing/probe-volume.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hald/linux/probing/probe-volume.c b/hald/linux/probing/probe-volume.c index 13c775aa..02c7d53f 100644 --- a/hald/linux/probing/probe-volume.c +++ b/hald/linux/probing/probe-volume.c @@ -97,8 +97,7 @@ set_blkid_values (LibHalChangeSet *cs, blkid_probe pr) if (blkid_probe_lookup_value(pr, "TYPE", &type, NULL)) type = ""; - if (!libhal_changeset_set_property_string (cs, "volume.fstype", type)) - libhal_changeset_set_property_string (cs, "volume.fstype", ""); + libhal_changeset_set_property_string (cs, "volume.fstype", type); HAL_DEBUG(("volume.fstype = '%s'", type)); if (blkid_probe_lookup_value(pr, "VERSION", &type_version, NULL)) |