summaryrefslogtreecommitdiff
path: root/server/uloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/uloc.c')
-rw-r--r--server/uloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/uloc.c b/server/uloc.c
index 52f5410..55140c0 100644
--- a/server/uloc.c
+++ b/server/uloc.c
@@ -714,7 +714,6 @@ ulogin_setup(notice, locs, exposure, who)
free_zstring(locs->zlt_machine);
return(1);
}
- locs->zlt_time = strsave(locs->zlt_time);
if (!locs->zlt_time) {
free_zstring(locs->zlt_user);
free_zstring(locs->zlt_machine);
@@ -827,9 +826,10 @@ ulogin_find(notice, strict)
else
rhi = i - 1;
if (rhi - rlo < 0) {
-#if 1
+#if 0
zdbug((LOG_DEBUG,"ul_find not found"));
#endif
+ free_zstring(inst);
return(NULLZLT);
}
i = (rhi + rlo) >> 1; /* split the diff */