Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 591 Conditionalize iprop stderr output in kadmind kadmind should be quiet in nofork mode after it prints the "starting..." sentinel line, or it can fill the pipe buffer when run from k5test.py. Since there is currently no run-time debuf flag, conditionalize the DPRINT macro in ipropd_svc.c on DEBUG at compile time. https://github.com/krb5/krb5/commit/06fbc91195bc3f7e21a9e391e98b8090aaa9b24b Author: Greg Hudson Commit: 06fbc91195bc3f7e21a9e391e98b8090aaa9b24b Branch: master src/kadmin/server/ipropd_svc.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)