Skip to content

Commit

Permalink
features/locks: Fix a missing assignment in new_entrylk_lock()
Browse files Browse the repository at this point in the history
Change-Id: If5c03456d61ec930d588b57781fb545eed18e4a2
BUG: 1085220
Signed-off-by: Vijay Bellur <vbellur@redhat.com>
Reviewed-on: http://review.gluster.org/7413
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Santosh Pradhan <spradhan@redhat.com>
  • Loading branch information
vbellur committed Apr 9, 2014
1 parent 5216e53 commit cbe454b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xlators/features/locks/src/entrylk.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ new_entrylk_lock (pl_inode_t *pinode, const char *basename, entrylk_type type,
newlock->volume = domain;
newlock->owner = frame->root->lk_owner;
newlock->frame = frame;
newlock->this = frame->this;

if (conn_id) {
newlock->connection_id = gf_strdup (conn_id);
Expand Down

0 comments on commit cbe454b

Please sign in to comment.