Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 708462
Collapse All | Expand All

(-)a/src/sysctl/sysctl.c (-1 / +1 lines)
Lines 257-263 static int parse_file(OrderedHashmap **sysctl_options, const char *path, bool ig Link Here
257
257
258
                existing = ordered_hashmap_get(*sysctl_options, p);
258
                existing = ordered_hashmap_get(*sysctl_options, p);
259
                if (existing) {
259
                if (existing) {
260
                        if (streq(value, existing->value)) {
260
                        if (streq_ptr(value, existing->value)) {
261
                                existing->ignore_failure = existing->ignore_failure || ignore_failure;
261
                                existing->ignore_failure = existing->ignore_failure || ignore_failure;
262
                                continue;
262
                                continue;
263
                        }
263
                        }

Return to bug 708462