summaryrefslogtreecommitdiffstats
path: root/src/userpref.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-08-04 19:07:47 +0200
committerGravatar Martin Szulecki2009-08-04 19:07:47 +0200
commit74ba34bb0554f581f408ebadd25bbc203b24b4aa (patch)
treed3fe143d8e96646f04457d85ad90e018f7a31a33 /src/userpref.c
parent3b3a47b798b80c78446d9f062d311bcca135b177 (diff)
parent84620d89f988b0b763daea1f4ccae66acc062b19 (diff)
downloadlibimobiledevice-74ba34bb0554f581f408ebadd25bbc203b24b4aa.tar.gz
libimobiledevice-74ba34bb0554f581f408ebadd25bbc203b24b4aa.tar.bz2
Merge branch 'master' of git://github.com/MattColyer/libiphone into martin
Conflicts: dev/Makefile.am
Diffstat (limited to 'src/userpref.c')
-rw-r--r--src/userpref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userpref.c b/src/userpref.c
index b930693..9dd1a01 100644
--- a/src/userpref.c
+++ b/src/userpref.c
@@ -148,7 +148,7 @@ void userpref_get_host_id(char **host_id)
g_key_file_free(key_file);
g_free(config_file);
- if (!host_id) {
+ if (!*host_id) {
/* no config, generate host_id */
*host_id = userpref_generate_host_id();
userpref_set_host_id(*host_id);