Skip to content

Commit

Permalink
Oops, remove debugging printf.
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdl committed Jun 3, 2000
1 parent 08deb9e commit d2da224
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libexec/rpc.rstatd/rstat_proc.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $NetBSD: rstat_proc.c,v 1.31 2000/06/02 23:20:18 fvdl Exp $ */
/* $NetBSD: rstat_proc.c,v 1.32 2000/06/03 18:43:10 fvdl Exp $ */

/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
Expand Down Expand Up @@ -35,7 +35,7 @@
static char sccsid[] = "from: @(#)rpc.rstatd.c 1.1 86/09/25 Copyr 1984 Sun Micro";
static char sccsid[] = "from: @(#)rstat_proc.c 2.2 88/08/01 4.0 RPCSRC";
#else
__RCSID("$NetBSD: rstat_proc.c,v 1.31 2000/06/02 23:20:18 fvdl Exp $");
__RCSID("$NetBSD: rstat_proc.c,v 1.32 2000/06/03 18:43:10 fvdl Exp $");
#endif
#endif

Expand Down Expand Up @@ -397,7 +397,6 @@ rstat_service(rqstp, transp)
xdrproc_t xdr_argument, xdr_result;
char *(*local) __P((void *, struct svc_req *));

printf("rstat_service(%u)\n", rqstp->rq_proc);
switch (rqstp->rq_proc) {
case NULLPROC:
(void)svc_sendreply(transp, xdr_void, (char *)NULL);
Expand Down

0 comments on commit d2da224

Please sign in to comment.