[Linux-decnet-commit] CVS: dnprogs/dnetd dnetd.c,1.7,1.8
Brought to you by:
chrissie_c,
ph3-der-loewe
From: <ph3...@us...> - 2008-10-05 22:49:19
|
Update of /cvsroot/linux-decnet/dnprogs/dnetd In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24442 Modified Files: dnetd.c Log Message: force hinum object handling to be DNOBJHINUM_ZERO or DNOBJHINUM_ALWAYSZERO so we can use named objects from NIS Index: dnetd.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dnetd/dnetd.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** dnetd.c 4 Oct 2008 23:36:27 -0000 1.7 --- dnetd.c 5 Oct 2008 22:49:11 -0000 1.8 *************** *** 238,241 **** --- 238,244 ---- dnet_set_optdata(condata, sizeof(condata)); + // set handling of hinum objects (needed for use with NIS) + dnet_setobjhinum_handling(DNOBJHINUM_ZERO, 1); + fd = dnet_daemon(0, NULL, verbosity, debug?0:1); if (fd > -1) |