mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
DEVEL15-butc-no-retval-in-void-func-20071211
LICENSE IPL10 fix the build again (cherry picked from commit bc70f0f0abcc0843c23a0f63ee6b2ad6b842983d)
This commit is contained in:
parent
1a7f3b21b7
commit
c2db2e5c7c
@ -310,7 +310,7 @@ waitDbWatcher()
|
||||
if (message) {
|
||||
printf("Updating database - done\n");
|
||||
}
|
||||
return 0;
|
||||
return;
|
||||
}
|
||||
|
||||
#define MAXVOLUMESTOADD 100
|
||||
|
Loading…
x
Reference in New Issue
Block a user