diff options
Diffstat (limited to 'libglusterfs')
| -rw-r--r-- | libglusterfs/src/dict.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/dict.c b/libglusterfs/src/dict.c index bbd14fc863c..b5da61144d3 100644 --- a/libglusterfs/src/dict.c +++ b/libglusterfs/src/dict.c @@ -189,6 +189,7 @@ data_copy (data_t *old)  		}  	} +        LOCK_INIT (&newdata->lock);  	return newdata;   err_out:  | 
