(env_opt_start): fix typo

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7695 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-01-01 11:53:24 +00:00
parent a41ba453ad
commit b3ceefedcd

View File

@@ -1422,7 +1422,7 @@ env_opt_start()
free (opt_reply);
opt_reply = NULL;
}
else
} else
opt_reply = (unsigned char *)malloc(OPT_REPLY_SIZE);
if (opt_reply == NULL) {
/*@*/ printf("env_opt_start: malloc()/realloc() failed!!!\n");