summaryrefslogtreecommitdiff
path: root/server/uloc.c
diff options
context:
space:
mode:
authorGravatar Garry Zacheiss <zacheiss@mit.edu>2001-02-26 23:59:03 +0000
committerGravatar Garry Zacheiss <zacheiss@mit.edu>2001-02-26 23:59:03 +0000
commit050c6c0229d7ca5b508e0f4f73433ef9390d8b57 (patch)
tree00249fafaf3b32388f7df526a7f49b6e06c275eb /server/uloc.c
parent29da18e8e65cf263d5fca7de37c78a974bd3037c (diff)
sender_in_realm() was renamed to realm_sender_in_realm(), and now takes
different arguments.
Diffstat (limited to 'server/uloc.c')
-rw-r--r--server/uloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/uloc.c b/server/uloc.c
index 4ab909a..0d7ea8e 100644
--- a/server/uloc.c
+++ b/server/uloc.c
@@ -869,7 +869,7 @@ ulogin_marshal_locs(notice, found, auth)
char **answer;
int i = 0;
String *inst;
- int local = (auth && sender_in_realm(notice));
+ int local = (auth && realm_sender_in_realm(ZGetRealm(), notice->z_sender));
*found = 0; /* # of matches */