remove serial number (used during development to observe file rewrites)
authorderaadt <deraadt@openbsd.org>
Mon, 10 May 2021 15:06:34 +0000 (15:06 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 10 May 2021 15:06:34 +0000 (15:06 +0000)
sbin/resolvd/resolvd.c

index 6ff37dc..2e4e661 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: resolvd.c,v 1.11 2021/03/19 08:10:57 kn Exp $ */
+/*     $OpenBSD: resolvd.c,v 1.12 2021/05/10 15:06:34 deraadt Exp $    */
 /*
  * Copyright (c) 2021 Florian Obser <florian@openbsd.org>
  * Copyright (c) 2021 Theo de Raadt <deraadt@openbsd.org>
@@ -582,9 +582,6 @@ regen_resolvconf(char *why)
                return;
        }
 
-       /* serial the file for debugging */
-       dprintf(fd, "# resolvd: serial %u\n", arc4random());
-
 #ifndef SMALL
        if (unwind_running)
                dprintf(fd, "nameserver 127.0.0.1 # resolvd: unwind\n");