View | Details | Raw Unified | Return to bug 118388
Collapse All | Expand All

(-)ChangeLog (+6 lines)
Lines 1-3 Link Here
1
2005-09-12  Parthasarathi Susarla <sparthasarathi@novell.com>
2
	
3
	** See bug #314574
4
	* camel-lock-client.c: (camel_lock_helper_init):
5
	remove an spurious ','.
6
	
1
2005-09-01  Parthasarathi Susarla <sparthasarathi@novell.com>
7
2005-09-01  Parthasarathi Susarla <sparthasarathi@novell.com>
2
	
8
	
3
	* camel-lock-client.c: (camel_lock_helper_init):
9
	* camel-lock-client.c: (camel_lock_helper_init):
(-)camel-lock-client.c (-1 / +1 lines)
Lines 124-130 static int camel_lock_helper_init(CamelE Link Here
124
		close(lock_stdout_pipe[1]);
124
		close(lock_stdout_pipe[1]);
125
		for (i=3;i<255;i++)
125
		for (i=3;i<255;i++)
126
			     close(i);
126
			     close(i);
127
		execl(CAMEL_LIBEXECDIR "/camel-lock-helper-", API_VERSION, "camel-lock-helper", NULL);
127
		execl(CAMEL_LIBEXECDIR "/camel-lock-helper-" API_VERSION, "camel-lock-helper", NULL);
128
		d(fprintf(stderr, "shit, couldn't exec lock helper!\n"));
128
		d(fprintf(stderr, "shit, couldn't exec lock helper!\n"));
129
		/* it'll pick this up when it tries to use us */
129
		/* it'll pick this up when it tries to use us */
130
		exit(255);
130
		exit(255);

Return to bug 118388