From d23aa43aeb5c2cefd7220fec956e4b5f71d64ed7 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 14 May 2007 04:07:07 +0000 Subject: ** Fix for bug #375234 from Vitaliy Ischenko svn path=/trunk/; revision=33532 --- plugins/ipod-sync/ipod.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/ipod-sync/ipod.c') diff --git a/plugins/ipod-sync/ipod.c b/plugins/ipod-sync/ipod.c index 3519951c5d..d5ea660056 100644 --- a/plugins/ipod-sync/ipod.c +++ b/plugins/ipod-sync/ipod.c @@ -173,6 +173,9 @@ find_ipod_mount_point (LibHalContext *ctx) fsusage = libhal_device_get_property_string (ctx, udi2, "volume.fsusage", NULL); + if (fsusage == NULL) + continue; + if (strncmp (fsusage, "filesystem", 10) == 0) { has_fs = 1; -- cgit v1.2.3