Removed '#if 0'-ed code.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@706 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -251,9 +251,6 @@ zrefresh()
|
|||||||
/* Child */
|
/* Child */
|
||||||
execlp("zrefresh", "zrefresh", 0);
|
execlp("zrefresh", "zrefresh", 0);
|
||||||
execl(BINDIR "/zrefresh", "zrefresh", 0);
|
execl(BINDIR "/zrefresh", "zrefresh", 0);
|
||||||
#if 0
|
|
||||||
fprintf(stderr, "Warning %s: Failed to exec zrefresh\n", ProgName);
|
|
||||||
#endif
|
|
||||||
return -1;
|
return -1;
|
||||||
default:
|
default:
|
||||||
/* Parent */
|
/* Parent */
|
||||||
|
Reference in New Issue
Block a user