]> git.sur5r.net Git - openldap/commitdiff
Fix typo in lutil_debug_file()
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 2 Sep 1999 07:40:25 +0000 (07:40 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 2 Sep 1999 07:40:25 +0000 (07:40 +0000)
libraries/liblutil/debug.c

index f6b9979060b6de9572387ede8446075400c6018c..7dc1a11e37591060e2debd4bd718a1daebf70742 100644 (file)
@@ -33,7 +33,7 @@ static FILE *log_file;
 
 int lutil_debug_file( FILE *file )
 {
-       log_file = log_file;
+       log_file = file;
 
        return 0;
 }