X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fpasstest.c;fp=util%2Fpasstest.c;h=6874be97b2aa9d67043e5e1d9f98a7b87bccfdf1;hb=1c3797bc503c1e7a109c8887d89d3ddda93bba71;hp=160a9b164397f78ce68e18f2260997c9becc0d14;hpb=2a01843068a0ed80c574af6772a784efc361d003;p=idzebra-moved-to-github.git diff --git a/util/passtest.c b/util/passtest.c index 160a9b1..6874be9 100644 --- a/util/passtest.c +++ b/util/passtest.c @@ -11,4 +11,5 @@ int main (int argc, char **argv) passwd_db_show (db); passwd_db_auth (db, "adam", "xtx9Y="); passwd_db_close (db); + return 0; }