summaryrefslogtreecommitdiff
path: root/source3/include/popt_common.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-12-06 17:16:33 -0800
committerJeremy Allison <jra@samba.org>2007-12-06 17:16:33 -0800
commit1b92ea5559bfa00016103508feac9a06ea4b66ae (patch)
treec11509a3fc07e7c828e1b40e4259f80d1fc0bf2e /source3/include/popt_common.h
parent9bd35ef153ef4b7f892dcf9e69c2232b940a9e18 (diff)
downloadsamba-1b92ea5559bfa00016103508feac9a06ea4b66ae.tar.gz
samba-1b92ea5559bfa00016103508feac9a06ea4b66ae.tar.bz2
samba-1b92ea5559bfa00016103508feac9a06ea4b66ae.zip
Remove pstrings from client/client.c by doing a large rewrite.
Mostly compiles.... Jeremy. (This used to be commit c87f3eba9aa52f4ab25d77e2167262bf5c43b1a6)
Diffstat (limited to 'source3/include/popt_common.h')
-rw-r--r--source3/include/popt_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/popt_common.h b/source3/include/popt_common.h
index 274cd1ba70..86faa144f3 100644
--- a/source3/include/popt_common.h
+++ b/source3/include/popt_common.h
@@ -42,8 +42,8 @@ extern const struct poptOption popt_common_dynconfig[];
"Build-time configuration overrides:", NULL },
struct user_auth_info {
- pstring username;
- pstring password;
+ char *username;
+ char *password;
bool got_pass;
bool use_kerberos;
int signing_state;