X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fscript.c;h=dbdd89bd3c03d67d711b0e0da14528390c978bb8;hp=219d034d82f75f75cbcd3da4d1e1ddd238d13d2f;hb=d21764d12bb799f89d42c94dc20d4adb6d588077;hpb=68042ddafe0e1a3498b6c7a57ec8d2d20f25650b diff --git a/src/script.c b/src/script.c index 219d034..dbdd89b 100644 --- a/src/script.c +++ b/src/script.c @@ -410,7 +410,4 @@ void script_call(const char *status) execv(argv[0], argv); _exit(128); } - - // Delete lost prefixes and user opts - odhcp6c_clear_state(STATE_CUSTOM_OPTS); }