summaryrefslogtreecommitdiff
path: root/server/uloc.c
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1998-10-26 13:55:27 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1998-10-26 13:55:27 +0000
commit0b4463215d026d9034b338396415b9d215a61efc (patch)
tree86b3ef17f40584c32498de1d3aa836df6c6c058c /server/uloc.c
parentdd5bb7f58efaac01ffa202c410c5bce158260a3c (diff)
Actually increment the loop pointer in ulogin_find().
Diffstat (limited to 'server/uloc.c')
-rw-r--r--server/uloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/uloc.c b/server/uloc.c
index 2462002..744cfc5 100644
--- a/server/uloc.c
+++ b/server/uloc.c
@@ -620,6 +620,7 @@ ulogin_find(user, host, port)
free_string(str);
return loc;
}
+ loc++;
}
free_string(str);