Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509020
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- a/src/viced/afsfileprocs.c
0
++ b/src/viced/afsfileprocs.c
Lines 5892-5897 SRXAFS_GetStatistics64(struct rx_call *acall, afs_int32 statsVersion, ViceStatis Link Here
5892
    if ((code = CallPreamble(acall, NOTACTIVECALL, &tcon, &thost)))
5892
    if ((code = CallPreamble(acall, NOTACTIVECALL, &tcon, &thost)))
5893
	goto Bad_GetStatistics64;
5893
	goto Bad_GetStatistics64;
5894
5894
5895
    if (statsVersion != STATS64_VERSION) {
5896
	code = EINVAL;
5897
	goto Bad_GetStatistics64;
5898
    }
5899
5895
    ViceLog(1, ("SAFS_GetStatistics64 Received\n"));
5900
    ViceLog(1, ("SAFS_GetStatistics64 Received\n"));
5896
    Statistics->ViceStatistics64_val =
5901
    Statistics->ViceStatistics64_val =
5897
	malloc(statsVersion*sizeof(afs_int64));
5902
	malloc(statsVersion*sizeof(afs_int64));

Return to bug 509020