Fixed one more instance of the wrong variable name (context variable)
authorRichard Basch <probe@mit.edu>
Wed, 19 Feb 1997 02:13:19 +0000 (02:13 +0000)
committerRichard Basch <probe@mit.edu>
Wed, 19 Feb 1997 02:13:19 +0000 (02:13 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9914 dc483132-0cff-0310-8789-dd5450dbe970

src/slave/kpropd.c

index a36be958a5d8e4e6aa0e0316059a744282b81419..63c0b8a11165397324277f2360a920d5b5c2e437 100644 (file)
@@ -329,7 +329,7 @@ void doit(fd)
                        "while sending # of received bytes");
                exit(1);
        }
-       krb5_free_data_contents(context, &confmsg);
+       krb5_free_data_contents(kpropd_context, &confmsg);
        if (close(fd) < 0) {
                com_err(progname, errno,
                        "while trying to close database file");