From: hackbard <hackbard>
Date: Tue, 17 May 2005 23:34:40 +0000 (+0000)
Subject: print plain passwd instead of library file
X-Git-Url: https://hackdaworld.org/gitweb/?a=commitdiff_plain;h=a7f200753faaf8f5361e9d021cfa935c95a46e8a;p=my-code%2Fget-passwd.git

print plain passwd instead of library file
---

diff --git a/cac.c b/cac.c
index 80ee0e4..e488344 100644
--- a/cac.c
+++ b/cac.c
@@ -51,7 +51,7 @@ int main(int argc, char *argv[]) {
 			}
 			if(mylen>=1) {
 			if(strncmp(crypt(temp2,(temp+5)),(temp+5),13)==0) {
-				printf("succes: %s\n",argv[2]);
+				printf("succes: %s\n",temp2);
 				return 0;
 			}
 			}