diff options
author | Gerald Carter <jerry@samba.org> | 2004-01-06 19:57:14 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2004-01-06 19:57:14 +0000 |
commit | d86628d0628a064f58e3ce9fbaf55ad9d5a92540 (patch) | |
tree | 31cefe696e17647bfde3b132bbc5c991944cfc38 /source3/nsswitch/wbinfo.c | |
parent | b6acba72cd8b3b35273723b38d801479e1a6fbf7 (diff) | |
download | samba-d86628d0628a064f58e3ce9fbaf55ad9d5a92540.tar.gz samba-d86628d0628a064f58e3ce9fbaf55ad9d5a92540.tar.xz samba-d86628d0628a064f58e3ce9fbaf55ad9d5a92540.zip |
remove unused seek_file(); don't hardcode '\' when printing the auth-user
(This used to be commit fac5e05ca1b56cb6e3ab6537d0848fa373c00831)
Diffstat (limited to 'source3/nsswitch/wbinfo.c')
-rw-r--r-- | source3/nsswitch/wbinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c index 792af84827f..7d25524f8ee 100644 --- a/source3/nsswitch/wbinfo.c +++ b/source3/nsswitch/wbinfo.c @@ -923,7 +923,7 @@ static void wbinfo_get_auth_user(void) /* Pretty print authorised user info */ - d_printf("%s%s%s%s%s\n", domain ? domain : "", domain ? "\\" : "", + d_printf("%s%s%s%s%s\n", domain ? domain : "", domain ? lp_winbind_separator(): "", user, password ? "%" : "", password ? password : ""); SAFE_FREE(user); |