View | Details | Raw Unified | Return to bug 198598
Collapse All | Expand All

(-)b/sbin/swapon/swapon.c (-2 / +2 lines)
Lines 365-371 swap_on_geli_args(const char *mntops) Link Here
365
					free(ops);
365
					free(ops);
366
					return (NULL);
366
					return (NULL);
367
				}
367
				}
368
			} else if (strcmp(token, "sw") != 0) {
368
			} else if (strcmp(token, "sw") != 0 &&
369
			    strcmp(token, "late") != 0) {
369
				warnx("Invalid option: %s", token);
370
				warnx("Invalid option: %s", token);
370
				free(ops);
371
				free(ops);
371
				return (NULL);
372
				return (NULL);
372
- 

Return to bug 198598