int smbc_utimes(const char *url, struct timeval *tbuf) wait for an array of struct timeval, where tbuf[0] is an access time and tbuf[1] is a modification time, but libsmbclient documentation say that tbuf is a pointer to modification time only.
Created attachment 2265 [details] patch patch to fix a promblem
Fixed by check-in 21132. Thanks!