search for: b0di

Displaying 1 result from an estimated 1 matches for "b0di".

Did you mean: b0db
2002 Nov 03
0
libsmbclient bug ?
...unmaxlen, char *password, int pwmaxlen) { password[0] = 0; } int main() { struct stat stat_buf; if (0 > smbc_init(auth_fn, 0)) { perror("smbc_init()"); return 0; } if (0 > (smbc_stat("smb://b0di/Muzica/lista", &stat_buf))) { perror("smbc_stat()"); return 0; } return 0; } -------------------------- If there's no smb://b0di/Muzica/lista file, the call works (ENOENT). I'm using the gcc from the distribution (gcc-2.95....