summaryrefslogtreecommitdiff
path: root/server/class.c
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2001-06-20 06:48:38 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2001-06-20 06:48:38 +0000
commit5c7254c327f37f65b5835017e8d3a83cfee3817d (patch)
tree2bd1618239b4d2123481f6dd26f0b1c0da3ff191 /server/class.c
parentd6f33c71a13c998b61ca3cd6d07e47d1a151ada9 (diff)
This commit was generated by cvs2svn to compensate for changes in r81,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'server/class.c')
-rw-r--r--server/class.c4
1 files changed, 3 insertions, 1 deletions
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;
}