Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251305
b: refs/heads/master
c: 12a2f64
h: refs/heads/master
i:
  251303: 88b5021
v: v3
  • Loading branch information
Sage Weil committed May 19, 2011
1 parent b9da21f commit 54ed9f2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2dab036b8c349d747f447ac98c8eb40c769727a8
refs/heads/master: 12a2f643b0e6e791ba61485430d0003eeb3e373c
3 changes: 2 additions & 1 deletion trunk/net/ceph/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ const char *ceph_pr_addr(const struct sockaddr_storage *ss)
break;

default:
sprintf(s, "(unknown sockaddr family %d)", (int)ss->ss_family);
snprintf(s, MAX_ADDR_STR_LEN, "(unknown sockaddr family %d)",
(int)ss->ss_family);
}

return s;
Expand Down

0 comments on commit 54ed9f2

Please sign in to comment.