~ubuntu-branches/ubuntu/vivid/dropbear/vivid

« back to all changes in this revision

Viewing changes to cli-authinteract.c

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2011-11-16 12:36:03 UTC
  • mfrom: (1.4.4)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20111116123603-qkpk0p5e3gegporw
ImportĀ upstreamĀ versionĀ 2011.54

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
                response_len = strlen(response);
132
132
                buf_putstring(ses.writepayload, response, response_len);
133
133
                m_burn(response, response_len);
 
134
                m_free(prompt);
134
135
                m_free(response);
135
136
        }
136
137