diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-28 12:54:22 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-28 10:54:39 +0200 |
commit | 67522702ac96b8432c7ccabeaa162a5a88b5780f (patch) | |
tree | eb6654673f9e9147374be8fea763e4306a1218ba | |
parent | a6111c2a7b9b6d8d4b6dec91072743683f9cae8c (diff) | |
download | samba-67522702ac96b8432c7ccabeaa162a5a88b5780f.tar.gz samba-67522702ac96b8432c7ccabeaa162a5a88b5780f.tar.bz2 samba-67522702ac96b8432c7ccabeaa162a5a88b5780f.zip |
s3: Those functions are no macros anymore :-)
-rw-r--r-- | source3/auth/pampass.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/auth/pampass.c b/source3/auth/pampass.c index 7c09c1630a..8ee33cc2b0 100644 --- a/source3/auth/pampass.c +++ b/source3/auth/pampass.c @@ -59,10 +59,6 @@ struct smb_pam_userdata { typedef int (*smb_pam_conv_fn)(int, const struct pam_message **, struct pam_response **, void *appdata_ptr); -/* - * Macros to help make life easy - */ - static char *smb_pam_copy_string(const char *s) { if (s == NULL) { |