Close PR# 2645: add curly braces where my fevered brain in collusion

with my frantic fingers forgot to put them.
This commit is contained in:
Bill Paul 1997-02-06 05:28:52 +00:00
parent 6836c26dc5
commit c6c5d97511
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22321

View File

@ -336,8 +336,9 @@ ypproc_xfr_2_svc(ypreq_xfr *argp, struct svc_req *rqstp)
sprintf (t, "%u", argp->transid);
sprintf (g, "%u", argp->prog);
sprintf (p, "%u", argp->port);
if (debug)
if (debug) {
close(0); close(1); close(2);
}
if (strcmp(yp_dir, _PATH_YP)) {
execl(ypxfr_command, "ypxfr",
"-d", argp->map_parms.domain,