=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdistd/server.c,v retrieving revision 1.41 retrieving revision 1.42 diff -c -r1.41 -r1.42 *** src/usr.bin/rdistd/server.c 2016/03/30 17:03:06 1.41 --- src/usr.bin/rdistd/server.c 2016/03/30 20:51:59 1.42 *************** *** 1,4 **** ! /* $OpenBSD: server.c,v 1.41 2016/03/30 17:03:06 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: server.c,v 1.42 2016/03/30 20:51:59 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 839,845 **** * need to indicate to the master that * the file was not updated. */ ! error(""); return; } debugmsg(DM_MISC, "Files are different '%s' '%s'.", --- 839,845 ---- * need to indicate to the master that * the file was not updated. */ ! error(NULL); return; } debugmsg(DM_MISC, "Files are different '%s' '%s'.", *************** *** 1144,1150 **** if (IS_ON(opts, DO_VERIFY) || uptodate) { if (uptodate) ! message(MT_REMOTE|MT_INFO, ""); else message(MT_REMOTE|MT_INFO, "%s: need to update", target); --- 1144,1150 ---- if (IS_ON(opts, DO_VERIFY) || uptodate) { if (uptodate) ! message(MT_REMOTE|MT_INFO, NULL); else message(MT_REMOTE|MT_INFO, "%s: need to update", target);