diff options
Diffstat (limited to 'runtime/stpd/librelay.c')
-rw-r--r-- | runtime/stpd/librelay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stpd/librelay.c b/runtime/stpd/librelay.c index 5fdf5e12..4538d741 100644 --- a/runtime/stpd/librelay.c +++ b/runtime/stpd/librelay.c @@ -495,7 +495,7 @@ int init_stp(const char *modname, perror ("vfork"); exit(-1); } else if (pid == 0) { - execl("/sbin/insmod", "insmod", modname, buf, 0); + execl("/sbin/insmod", "insmod", modname, buf, NULL); perror ("exec"); exit(-1); } |