Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155979
b: refs/heads/master
c: 4df7b3e
h: refs/heads/master
i:
  155977: 4dd61ad
  155975: 823abf2
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Jul 28, 2009
1 parent acc8e8f commit 567214b
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: 3b4418c67a70278964b063b5e1f56dcb3d0a41f3
refs/heads/master: 4df7b3e0370ab6161ea2f258f51dd7c43bef2bda
2 changes: 1 addition & 1 deletion trunk/lib/dynamic_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static void ddebug_change(const struct ddebug_query *query,

if (!newflags)
dt->num_enabled--;
else if (!dp-flags)
else if (!dp->flags)
dt->num_enabled++;
dp->flags = newflags;
if (newflags) {
Expand Down

0 comments on commit 567214b

Please sign in to comment.