diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 20:36:36 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 20:36:36 -0500 |
commit | 21f8e7cd6cc06e25f1a49c1cf2b26879150de38f (patch) | |
tree | ba6052a01f5833c7726ea18a4b52cda5391cdbd8 /parser.c | |
parent | 839c01f7c250431644bd827e21f7363314ef3f13 (diff) |
re-add old is_numeric detector - new code couldn't handle ".1" or "2"
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -744,6 +744,7 @@ void Parser_main (char *in, gchar** response, int allow_unrequested_responses) // FIXME
if (error_num) {
g_free (*response);
+ *response = NULL;
queue_error_from_parser(response, error_num);
if (allow_unrequested_responses) {
; // SEND ERROR RESPONSE TO CLIENT NOW!
|