You need to sign in or sign up before continuing.
  • M
    Fix error reporting in stream creation code · 5b77f1d5
    Matthias Bolte 提交于
    virStreamNew needs to dispatch the error that virGetStream reports
    on failure.
    
    remoteCreateClientStream can fail due to virStreamNew or due to
    VIR_ALLOC. Report OOM error for VIR_ALLOC failure to report errors
    in all error cases.
    
    Remove OOM error reporting from remoteCreateClientStream callers.
    5b77f1d5
stream.c 16.8 KB