Re: [libvirt] [PATCH] vsh: Write out history on "quit" or "exit" in interactive mode

2016-09-29 Thread Erik Skultety
On 29/09/16 12:49, John Ferlan wrote: > > > On 09/29/2016 03:06 AM, Erik Skultety wrote: >> On 28/09/16 21:27, John Ferlan wrote: >>> https://bugzilla.redhat.com/show_bug.cgi?id=1379895 >>> >>> Introduced by commit id '834c5720'. >>> >>> During the code motion and creation of vsh.c, the function

Re: [libvirt] [PATCH] vsh: Write out history on "quit" or "exit" in interactive mode

2016-09-29 Thread John Ferlan
On 09/29/2016 03:06 AM, Erik Skultety wrote: > On 28/09/16 21:27, John Ferlan wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=1379895 >> >> Introduced by commit id '834c5720'. >> >> During the code motion and creation of vsh.c, the function 'vshDeinit()' >> in the (new) vsh.c was altered fr

Re: [libvirt] [PATCH] vsh: Write out history on "quit" or "exit" in interactive mode

2016-09-29 Thread Erik Skultety
On 28/09/16 21:27, John Ferlan wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1379895 > > Introduced by commit id '834c5720'. > > During the code motion and creation of vsh.c, the function 'vshDeinit()' > in the (new) vsh.c was altered from whence it came in virsh.c such that > calling 'vsh

[libvirt] [PATCH] vsh: Write out history on "quit" or "exit" in interactive mode

2016-09-28 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1379895 Introduced by commit id '834c5720'. During the code motion and creation of vsh.c, the function 'vshDeinit()' in the (new) vsh.c was altered from whence it came in virsh.c such that calling 'vshReadlineDeinit(ctl)' was conditional on "ctl->imode"