Remove redundant assignment to error pointer
Robert Sprowson authored
Pointer 'e' can't be returned as it's an argument to the function, so don't assign a result to it.
Found by cppcheck.
Tagged as Common-0_26-1 since no net code change.
0503324f