Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225455
b: refs/heads/master
c: 1a9180a
h: refs/heads/master
i:
  225453: 442b94c
  225451: 1934f22
  225447: 30fbe8c
  225439: 9356c12
v: v3
  • Loading branch information
Tomas Winkler authored and David S. Miller committed Jan 3, 2011
1 parent fd6567d commit f3f090f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: ebd80880c55364d2850e1ff569869245142318e0
refs/heads/master: 1a9180a20f3a314fda3e96b77570cad3864b2896
2 changes: 1 addition & 1 deletion trunk/net/bridge/br_stp_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static void br_stp_stop(struct net_bridge *br)
char *envp[] = { NULL };

if (br->stp_enabled == BR_USER_STP) {
r = call_usermodehelper(BR_STP_PROG, argv, envp, 1);
r = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC);
br_info(br, "userspace STP stopped, return code %d\n", r);

/* To start timers on any ports left in blocking */
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/bridge/netfilter/ebtables.c
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ ebt_register_table(struct net *net, const struct ebt_table *input_table)
void *p;

if (input_table == NULL || (repl = input_table->table) == NULL ||
repl->entries == 0 || repl->entries_size == 0 ||
repl->entries == NULL || repl->entries_size == 0 ||
repl->counters != NULL || input_table->private != NULL) {
BUGPRINT("Bad table data for ebt_register_table!!!\n");
return ERR_PTR(-EINVAL);
Expand Down

0 comments on commit f3f090f

Please sign in to comment.