Fix possible ANSI violation.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1610 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -121,7 +121,10 @@ main(int argc, char **argv)
|
|||||||
xargv[4] = NULL;
|
xargv[4] = NULL;
|
||||||
setpeer(argc+1, xargv);
|
setpeer(argc+1, xargv);
|
||||||
}
|
}
|
||||||
top = setjmp(toplevel) == 0;
|
if(setjmp(toplevel) == 0)
|
||||||
|
top = 1;
|
||||||
|
else
|
||||||
|
top = 0;
|
||||||
if (top) {
|
if (top) {
|
||||||
signal(SIGINT, intr);
|
signal(SIGINT, intr);
|
||||||
signal(SIGPIPE, lostpeer);
|
signal(SIGPIPE, lostpeer);
|
||||||
|
Reference in New Issue
Block a user