Project

General

Profile

Bug #1175 ยป cmd_cleanup.c.patch

rumcic, 12/07/2008 11:47 PM

View differences:

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) {
    (1-1/1)