From aaf92a9eb64327892e39fdbd7113d797d1d68cec Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 2 Dec 2007 23:18:25 +0000 Subject: Imported setuid() patch from Simo Leone with some modifications. Also adding some missing g_free()s to conf.c. --- conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'conf.h') diff --git a/conf.h b/conf.h index 5138ce11..d21ec577 100644 --- a/conf.h +++ b/conf.h @@ -48,6 +48,7 @@ typedef struct conf char **migrate_storage; int ping_interval; int ping_timeout; + char *user; } conf_t; G_GNUC_MALLOC conf_t *conf_load( int argc, char *argv[] ); -- cgit v1.2.3