Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266658
b: refs/heads/master
c: 5675592
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Oct 11, 2011
1 parent dc13a00 commit b9dc581
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: 9687c637388f63b87fcc18eee6e65bcfca4f49ca
refs/heads/master: 56755924100261b8e52dca68ca53ece54b6f64ad
2 changes: 1 addition & 1 deletion trunk/net/ipv4/cipso_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ int cipso_v4_doi_add(struct cipso_v4_doi *doi_def,
doi = doi_def->doi;
doi_type = doi_def->type;

if (doi_def == NULL || doi_def->doi == CIPSO_V4_DOI_UNKNOWN)
if (doi_def->doi == CIPSO_V4_DOI_UNKNOWN)
goto doi_add_return;
for (iter = 0; iter < CIPSO_V4_TAG_MAXCNT; iter++) {
switch (doi_def->tags[iter]) {
Expand Down

0 comments on commit b9dc581

Please sign in to comment.