Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102687
b: refs/heads/master
c: 0f15d36
h: refs/heads/master
i:
  102685: 6e4f41d
  102683: 54463f3
  102679: 11d46cd
  102671: b7bb690
  102655: 7910183
v: v3
  • Loading branch information
Allan Stephens authored and David S. Miller committed Jun 5, 2008
1 parent 530abe2 commit cb01e13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 757152175666681d54d370500e41a756cfedd4fc
refs/heads/master: 0f15d36453bbd02d404445dace49f4ae072f44e5
3 changes: 3 additions & 0 deletions trunk/net/tipc/name_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,9 @@ static void nameseq_list(struct name_seq *seq, struct print_buf *buf, u32 depth,
struct sub_seq *sseq;
char typearea[11];

if (seq->first_free == 0)
return;

sprintf(typearea, "%-10u", seq->type);

if (depth == 1) {
Expand Down

0 comments on commit cb01e13

Please sign in to comment.