(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:
@@ -1422,7 +1422,7 @@ env_opt_start()
|
|||||||
free (opt_reply);
|
free (opt_reply);
|
||||||
opt_reply = NULL;
|
opt_reply = NULL;
|
||||||
}
|
}
|
||||||
else
|
} else
|
||||||
opt_reply = (unsigned char *)malloc(OPT_REPLY_SIZE);
|
opt_reply = (unsigned char *)malloc(OPT_REPLY_SIZE);
|
||||||
if (opt_reply == NULL) {
|
if (opt_reply == NULL) {
|
||||||
/*@*/ printf("env_opt_start: malloc()/realloc() failed!!!\n");
|
/*@*/ printf("env_opt_start: malloc()/realloc() failed!!!\n");
|
||||||
|
Reference in New Issue
Block a user