diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-12-02 23:18:25 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-12-02 23:18:25 +0000 |
commit | aaf92a9eb64327892e39fdbd7113d797d1d68cec (patch) | |
tree | b907c7e55f32b073453a327231a9e76ab1604145 /conf.h | |
parent | 80e9db97776bfd6c6192135d65027abd8f50887c (diff) |
Imported setuid() patch from Simo Leone <simo@archlinux...> with some
modifications. Also adding some missing g_free()s to conf.c.
Diffstat (limited to 'conf.h')
-rw-r--r-- | conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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[] ); |