1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

r14034: Fix Coverity id # 125.

Jeremy, you might want to take a look here.

Volker
(This used to be commit e6e29937e8ccfc84afca0ee440bd3f10a7d10e8a)
This commit is contained in:
Volker Lendecke 2006-03-08 08:28:42 +00:00 committed by Gerald (Jerry) Carter
parent 4479d1b061
commit 991fd6c28e

View File

@ -348,6 +348,8 @@ static int info_fn(struct file_list *fl, void *priv)
comment,
&psd);
file_lines_free(lines);
if (us_err != USERSHARE_OK) {
d_fprintf(stderr, "info_fn: file %s is not a well formed usershare file.\n",
basepath );