summaryrefslogtreecommitdiff
path: root/sys/src/9/port/auth.c
diff options
context:
space:
mode:
authoraiju <aiju@phicode.de>2011-07-28 14:22:39 +0200
committeraiju <aiju@phicode.de>2011-07-28 14:22:39 +0200
commit27fd88af23b165c1c3c454cb1e1f889d9b74784c (patch)
tree1dab6c6eb94a1db822042434b1c3b6d491ca05a7 /sys/src/9/port/auth.c
parente3cc4082159706680418a76fd585aec1e5a5b3ca (diff)
devshr: rename hook
Diffstat (limited to 'sys/src/9/port/auth.c')
-rw-r--r--sys/src/9/port/auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/port/auth.c b/sys/src/9/port/auth.c
index 7521e5a43..6c4bdac98 100644
--- a/sys/src/9/port/auth.c
+++ b/sys/src/9/port/auth.c
@@ -134,6 +134,7 @@ hostownerwrite(char *a, int n)
renameuser(eve, buf);
srvrenameuser(eve, buf);
+ shrrenameuser(eve, buf);
kstrdup(&eve, buf);
kstrdup(&up->user, buf);
up->basepri = PriNormal;