s/[gs]et_progname/[gs]etprogname/
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9704 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -88,7 +88,7 @@ pidfile(const char *basename)
|
||||
if(pidfile_path != NULL)
|
||||
return;
|
||||
if(basename == NULL)
|
||||
basename = __progname;
|
||||
basename = getprogname();
|
||||
pidfile_path = pid_file_write(basename);
|
||||
atexit(pidfile_cleanup);
|
||||
}
|
||||
|
Reference in New Issue
Block a user