diff options
author | aiju <aiju@phicode.de> | 2011-07-28 14:22:39 +0200 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2011-07-28 14:22:39 +0200 |
commit | 27fd88af23b165c1c3c454cb1e1f889d9b74784c (patch) | |
tree | 1dab6c6eb94a1db822042434b1c3b6d491ca05a7 /sys/src/9/port/auth.c | |
parent | e3cc4082159706680418a76fd585aec1e5a5b3ca (diff) |
devshr: rename hook
Diffstat (limited to 'sys/src/9/port/auth.c')
-rw-r--r-- | sys/src/9/port/auth.c | 1 |
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; |