summaryrefslogblamecommitdiffstats
path: root/source/n/bsd-finger/bsd-finger-0.17-init-realname.patch
blob: f46118e1403af6d3930de536181579db6fab5ce6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                           
--- bsd-finger-0.17-orig/finger/util.c	2009-08-24 19:14:49.145387327 +0300
+++ bsd-finger-0.17/finger/util.c	2009-08-29 00:47:59.661649249 +0300
@@ -98,6 +98,7 @@
 
 	pn->uid = pw->pw_uid;
 	pn->name = strdup(pw->pw_name);
+	pn->realname = "";
 	pn->dir = strdup(pw->pw_dir);
 	pn->shell = strdup(pw->pw_shell);