-/* $OpenBSD: snmpc.c,v 1.31 2020/12/02 15:45:51 martijn Exp $ */
+/* $OpenBSD: snmpc.c,v 1.32 2021/03/03 09:06:20 jsg Exp $ */
/*
* Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org>
if (boots < 0 || strtolp == optarg || strtolp[0] != ',')
usage();
strtolp++;
- while (strtolp[0] == ' ' && strtolp[0] == '\t')
- strtolp++;
time = strtoll(strtolp, &strtolp, 10);
if (boots < 0 || strtolp == optarg)
usage();