diff options
Diffstat (limited to 'modutils/modprobe.c')
-rw-r--r-- | modutils/modprobe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c index 1e4d24e0d..68754696b 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c @@ -259,6 +259,7 @@ static struct dep_t *build_dep ( void ) current-> m_deparr [current-> m_depcnt - 1] = dep; //printf ( " %d) %s\n", current-> m_depcnt, current-> m_deparr [current-> m_depcnt -1] ); + p = next + 2; } while (next < end); } |