From: Benjamin Kaduk Date: Sun, 9 Sep 2018 01:35:25 +0000 (-0500) Subject: OPENAFS-SA-2018-001 butc: remove dummy osi_audit() routine X-Git-Tag: openafs-devel-1_9_0~461 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=50216dbbc30ed94f89bdd0e964f4891e87f28c0b OPENAFS-SA-2018-001 butc: remove dummy osi_audit() routine This local stub was present in the original IBM import and is unused. It will conflict with the real audit code once we start adding auditing to the TC_ RPCs, so remove it now. Change-Id: I3e74e01464af122f245c3b0fe8f3985e422d13b4 --- diff --git a/src/butc/tcmain.c b/src/butc/tcmain.c index 197fe25..89b711a 100644 --- a/src/butc/tcmain.c +++ b/src/butc/tcmain.c @@ -109,14 +109,6 @@ int rxBind = 0; #define ADDRSPERSITE 16 /* Same global is in rx/rx_user.c */ afs_uint32 SHostAddrs[ADDRSPERSITE]; -/* dummy routine for the audit work. It should do nothing since audits */ -/* occur at the server level and bos is not a server. */ -int -osi_audit(void) -{ - return 0; -} - static afs_int32 SafeATOL(char *anum) {