changeset 4625:97c9db4980fc HEAD

%i didn't work.
author Timo Sirainen <tss@iki.fi>
date Fri, 22 Sep 2006 17:29:20 +0300
parents 5beb1fe35e52
children 4a0c4d5d6735
files src/deliver/deliver.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/deliver/deliver.c	Fri Sep 22 16:26:45 2006 +0300
+++ b/src/deliver/deliver.c	Fri Sep 22 17:29:20 2006 +0300
@@ -242,6 +242,7 @@
 		{ 'l', NULL },
 		{ 'r', NULL },
 		{ 'p', NULL },
+		{ 'i', NULL },
 		{ '\0', NULL }
 	};
 	struct var_expand_table *tab;
@@ -258,6 +259,7 @@
 	tab[5].value = NULL;
 	tab[6].value = NULL;
 	tab[7].value = my_pid;
+	tab[8].value = dec2str(geteuid());
 
 	return tab;
 }