View | Details | Raw Unified | Return to bug 235121 | Differences between
and this patch

Collapse All | Expand All

(-)rssh_chroot_helper.c (-1 / +1 lines)
Lines 159-165 int main( int argc, char **argv ) Link Here
159
	opts.chroot_path = NULL;
159
	opts.chroot_path = NULL;
160
160
161
	/* figure out our name, and give it to the log module */
161
	/* figure out our name, and give it to the log module */
162
	progname = strdup(log_make_ident(basename(argv[0])));
162
	progname = strdup(log_make_ident(argv[0]));
163
163
164
	/* get user's passwd info */
164
	/* get user's passwd info */
165
	if ( (temp = getpwuid(getuid())) ){
165
	if ( (temp = getpwuid(getuid())) ){

Return to bug 235121