changeset 5201:4f064bf74840 draft

Fix compile error for non capsicum
author Roy Marples <roy@marples.name>
date Sun, 10 May 2020 10:11:46 +0100
parents 84674dd6a288
children 318cd9e48312
files src/privsep.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/privsep.c	Sun May 10 10:07:34 2020 +0100
+++ b/src/privsep.c	Sun May 10 10:11:46 2020 +0100
@@ -173,6 +173,8 @@
 			return -1;
 		}
 	}
+#else
+	UNUSED(flags);
 #endif
 	return 0;
 }