1 |
diff -uNrp watchdog-5.3.1.orig/src/nfsmount_xdr.c watchdog-5.3.1/src/nfsmount_xdr.c |
2 |
--- watchdog-5.3.1.orig/src/nfsmount_xdr.c 2007-05-30 13:00:37.000000000 -0400 |
3 |
+++ watchdog-5.3.1/src/nfsmount_xdr.c 2007-05-30 13:02:04.000000000 -0400 |
4 |
@@ -204,14 +204,14 @@ xdr_ppathcnf (XDR *xdrs, ppathcnf *objp) |
5 |
if (!xdr_short (xdrs, &objp->pc_pipe_buf)) |
6 |
return FALSE; |
7 |
|
8 |
- } else { |
9 |
+ } /*else { |
10 |
IXDR_PUT_LONG(buf, objp->pc_link_max); |
11 |
IXDR_PUT_SHORT(buf, objp->pc_max_canon); |
12 |
IXDR_PUT_SHORT(buf, objp->pc_max_input); |
13 |
IXDR_PUT_SHORT(buf, objp->pc_name_max); |
14 |
IXDR_PUT_SHORT(buf, objp->pc_path_max); |
15 |
IXDR_PUT_SHORT(buf, objp->pc_pipe_buf); |
16 |
- } |
17 |
+ } */ |
18 |
if (!xdr_u_char (xdrs, &objp->pc_vdisable)) |
19 |
return FALSE; |
20 |
if (!xdr_char (xdrs, &objp->pc_xxx)) |