Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150751
b: refs/heads/master
c: 7d31acd
h: refs/heads/master
i:
  150749: 0a89902
  150747: aea4e88
  150743: 5f42265
  150735: 78cf4ba
  150719: f39150c
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed Jun 8, 2009
1 parent dda2a2b commit a8b1e25
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4793d15b25821003486bb11b54eaf2f3130ecacd
refs/heads/master: 7d31acda9f8eaa27e2fd232712f7e1f3e9a79bdb
2 changes: 2 additions & 0 deletions trunk/drivers/isdn/capi/capiutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,8 @@ _cdebbuf *capi_cmsg2str(_cmsg * cmsg)
{
_cdebbuf *cdb;

if (!cmsg->m)
return NULL; /* no message */
cdb = cdebbuf_alloc();
if (!cdb)
return NULL;
Expand Down

0 comments on commit a8b1e25

Please sign in to comment.