s3: Those functions are no macros anymore :-)
authorVolker Lendecke <vl@samba.org>
Sat, 28 Aug 2010 10:54:22 +0000 (12:54 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 28 Aug 2010 08:54:39 +0000 (10:54 +0200)
source3/auth/pampass.c

index 7c09c1630a8fabf414c6b62d87251074df77af8a..8ee33cc2b09787830e3d208260ab0320c0aebc00 100644 (file)
@@ -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) {