X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/69ca43667f80e20f819563c74e2513cdffca41d8..3ab798412da7dbfc26af43a06e92c13a7b9abf43:/unix/uxser.c diff --git a/unix/uxser.c b/unix/uxser.c index 59f8aa74..2155b924 100644 --- a/unix/uxser.c +++ b/unix/uxser.c @@ -352,13 +352,11 @@ static void serial_free(void *handle) static void serial_reconfig(void *handle, Config *cfg) { Serial serial = (Serial) handle; - const char *err; - - err = serial_configure(serial, cfg); /* - * FIXME: what should we do if err returns something? + * FIXME: what should we do if this returns an error? */ + serial_configure(serial, cfg); } static int serial_select_result(int fd, int event)