X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=env%2Fflags.c;h=b88fe7ba9c8a6b69443e14cea125f9a811bc2886;hb=1d0adee45cc2d3257c926d6022bf1922805b928e;hp=418d6cc7425a5689164b0d99fa250e3d4d2c9fa2;hpb=88c7a0a8c2ce6b503ff5d5509effb2a9f844993e;p=oweals%2Fu-boot.git diff --git a/env/flags.c b/env/flags.c index 418d6cc742..b88fe7ba9c 100644 --- a/env/flags.c +++ b/env/flags.c @@ -457,7 +457,6 @@ static int set_flags(const char *name, const char *value, void *priv) e.key = name; e.data = NULL; - e.callback = NULL; hsearch_r(e, ENV_FIND, &ep, &env_htab, 0); /* does the env variable actually exist? */