1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

r2531: Fix crashbug

(This used to be commit 80294f799f83fb98a5e5f1099fdfa95d9ddaac7b)
This commit is contained in:
Jelmer Vernooij 2004-09-22 18:35:14 +00:00 committed by Gerald (Jerry) Carter
parent 32561fa70c
commit d472d2e107

View File

@ -101,7 +101,7 @@ static void registry_load_root()
gtk_tree_store_set (store_keys,
&iter,
0,
root->hive->name,
root->hive->name?root->hive->name:"",
1,
root,
-1);