ar71xx: register RTL8366RB switch on the TL-WR1043NB board
[openwrt.git] / package / busybox / patches / 001-init_avoid_loop_opening_tty.patch
index 8cc9ca2..8f0ef1f 100644 (file)
@@ -6,7 +6,7 @@
                         */
 -                      if (a->pid == 0)
 +                      if (a->pid == 0) {
-+                              if (a->terminal && access(a->terminal, R_OK | W_OK))
++                              if (a->terminal[0] && access(a->terminal, R_OK | W_OK))
 +                                      continue;
                                a->pid = run(a);
 +                      }
This page took 0.026507 seconds and 4 git commands to generate.