changeset 4943:7dc0c3a4080f draft

Linux: write uints to paths again Remove debug ... sigh
author Roy Marples <roy@marples.name>
date Wed, 08 Jan 2020 12:24:38 +0000
parents fc102732fa9c
children 572ef46ecde3
files src/privsep-linux.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/privsep-linux.c	Wed Jan 08 11:17:30 2020 +0000
+++ b/src/privsep-linux.c	Wed Jan 08 12:24:38 2020 +0000
@@ -124,8 +124,6 @@
 	size_t plen = strlen(path) + 1;
 	size_t len = sizeof(plen) + plen + sizeof(val);
 
-	return 0;
-
 	if (len > sizeof(buf)) {
 		errno = ENOBUFS;
 		return -1;