Re: AT2 with wavecom again
"Bruno David Rodrigues" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <00e101c1cdca$72386170$0a00a8c0@davi> |
----- Original Message ----- From: "Richard Braakman" <[email protected]> To: <[email protected]> Sent: Sunday, March 17, 2002 11:16 AM Subject: Re: AT2 with wavecom again > Actually there seems to be a much bigger bug in the piece of code in > question: > > if(modem_type_string != NULL) { > if(octstr_compare(modem_type_string, octstr_imm("auto")) || > octstr_compare(modem_type_string, octstr_imm("autodetect"))) > octstr_destroy(modem_type_string); > } You are right, my mistake.