projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c22ddce
)
Fix typo.
author
Ben Pfaff
<blp@nicira.com>
Wed, 14 Jan 2009 00:22:07 +0000
(16:22 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 14 Jan 2009 00:22:07 +0000
(16:22 -0800)
vswitchd/flowtrack.c
patch
|
blob
|
history
diff --git
a/vswitchd/flowtrack.c
b/vswitchd/flowtrack.c
index cda6e9588e65d754f5c75db062daed52c2186e0c..df4f0cf2c6ba5be3b7fa21cda394135a7bcf92ba 100644
(file)
--- a/
vswitchd/flowtrack.c
+++ b/
vswitchd/flowtrack.c
@@
-152,7
+152,7
@@
ft_destroy(struct ft *ft)
HMAP_FOR_EACH_SAFE (f, next, struct ft_flow, node, &ft->flows) {
ftf_destroy(f);
}
- hmap_destroy(&f->flows);
+ hmap_destroy(&f
t
->flows);
free(ft);
}
}