Bryan Drewery 21 лет назад
Родитель
Сommit
1cd20255dd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/conf.c

+ 1 - 0
src/conf.c

@@ -34,6 +34,7 @@ tellconf(conf_t * inconf)
   int i = 0;
   int i = 0;
 
 
   sdprintf("uid: %d\n", inconf->uid);
   sdprintf("uid: %d\n", inconf->uid);
+  sdprintf("uname: %s\n", inconf->uname);
   sdprintf("homedir: %s\n", inconf->homedir);
   sdprintf("homedir: %s\n", inconf->homedir);
   sdprintf("binpath: %s\n", inconf->binpath);
   sdprintf("binpath: %s\n", inconf->binpath);
   sdprintf("binname: %s\n", inconf->binname);
   sdprintf("binname: %s\n", inconf->binname);