From 5c7254c327f37f65b5835017e8d3a83cfee3817d Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Wed, 20 Jun 2001 06:48:38 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r81, which included commits to RCS files with non-trunk default branches. --- server/class.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'server/class.c') diff --git a/server/class.c b/server/class.c index 63a4a2f..6ccacae 100644 --- a/server/class.c +++ b/server/class.c @@ -3,7 +3,8 @@ * * Created by: John T. Kohl * - * $Id$ + * $Source$ + * $Author$ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -158,6 +159,7 @@ triplet_deregister(client, dest, realm) if (*triplet->clients == NULL && !triplet->acl) { LIST_DELETE(triplet); free_triplet(triplet); + return ZSRV_EMPTYCLASS; } return ZERR_NONE; } -- cgit v1.2.3