Bug 4366 - libsmbclient documentation bug
Summary: libsmbclient documentation bug
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: libsmbclient (show other bugs)
Version: 3.0.23
Hardware: All All
: P3 normal
Target Milestone: none
Assignee: Derrell Lipman
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-03 01:08 UTC by Mikhail Kshevetskiy (dead mail account)
Modified: 2007-02-03 11:16 UTC (History)
0 users

See Also:


Attachments
patch (1.03 KB, patch)
2007-02-03 01:10 UTC, Mikhail Kshevetskiy (dead mail account)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Kshevetskiy (dead mail account) 2007-02-03 01:08:14 UTC
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.
Comment 1 Mikhail Kshevetskiy (dead mail account) 2007-02-03 01:10:26 UTC
Created attachment 2265 [details]
patch

patch to fix a promblem
Comment 2 Derrell Lipman 2007-02-03 11:16:55 UTC
Fixed by check-in 21132.  Thanks!