X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Freaddir.c;h=17fc61901e4ba688b5ea9135e19fef27d4c8d4b9;hp=38bc66e0ca6d1fee172eaee57dd6f04c40b2621d;hb=13a499406fe43ab3a6d4d13c660f6a8b368e638f;hpb=e9f5144537a4d89cc875bce42b269d1e2b119d8f diff --git a/daemon/readdir.c b/daemon/readdir.c index 38bc66e..17fc619 100644 --- a/daemon/readdir.c +++ b/daemon/readdir.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -63,7 +63,7 @@ do_readdir (char *path) guestfs_int_dirent *p; p = realloc (ret->guestfs_int_dirent_list_val, - sizeof (guestfs_int_dirent) * (i+1)); + sizeof (guestfs_int_dirent) * (i+1)); v.name = strdup (d->d_name); if (!p || !v.name) { reply_with_perror ("allocate");