Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320282
b: refs/heads/master
c: 26ce171
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Alex Elder committed Jun 19, 2012
1 parent ec5c27b commit ec8941d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9a64e8e0ace51b309fdcff4b4754b3649250382a
refs/heads/master: 26ce171915f348abd1f41da1ed139d93750d987f
2 changes: 1 addition & 1 deletion trunk/net/ceph/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ static void reset_connection(struct ceph_connection *con)
con->in_msg->con = NULL;
ceph_msg_put(con->in_msg);
con->in_msg = NULL;
ceph_con_put(con->in_msg->con);
ceph_con_put(con);
}

con->connect_seq = 0;
Expand Down

0 comments on commit ec8941d

Please sign in to comment.