Bug #1175 ยป cmd_cleanup.c.patch
| sbin/hammer/cmd_cleanup.c | ||
|---|---|---|
|
char *fpath;
|
||
|
int anylink = 0;
|
||
|
if (strstr(arg3, "any") != NULL)
|
||
|
if (arg3 != NULL && strstr(arg3, "any") != NULL)
|
||
|
anylink = 1;
|
||
|
if ((dir = opendir(snapshots_path)) != NULL) {
|
||