diff options
author | Ted Gould <ted@gould.cx> | 2012-08-28 09:00:55 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-08-28 09:00:55 -0500 |
commit | 4ee87c35d88a9c6c475367317dea636bcb916102 (patch) | |
tree | 97ddb7a01b34a0397c327dd513775e654d7276f0 | |
parent | 2395425d42fd56122913cf2c09fded980cf2bbac (diff) | |
download | libpam-freerdp2-4ee87c35d88a9c6c475367317dea636bcb916102.tar.gz libpam-freerdp2-4ee87c35d88a9c6c475367317dea636bcb916102.tar.bz2 libpam-freerdp2-4ee87c35d88a9c6c475367317dea636bcb916102.zip |
Remove an unused define (cleanup)
-rw-r--r-- | src/pam-freerdp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pam-freerdp.c b/src/pam-freerdp.c index 63b6baf..00b84db 100644 --- a/src/pam-freerdp.c +++ b/src/pam-freerdp.c @@ -129,9 +129,6 @@ get_item (pam_handle_t * pamh, int type) goto done; \ } -/* TODO: Make this a build thing */ -#define XFREERDP "/usr/bin/xfreerdp" - /* Authenticate. We need to make sure we have a user account, that there are remote accounts and then verify them with FreeRDP */ PAM_EXTERN int |